diff --git a/arm9/source/patches/platform/akrpg/AkRpgLoaderPlatform.h b/arm9/source/patches/platform/akrpg/AkRpgLoaderPlatform.h index cc61c55..a8c1ffd 100644 --- a/arm9/source/patches/platform/akrpg/AkRpgLoaderPlatform.h +++ b/arm9/source/patches/platform/akrpg/AkRpgLoaderPlatform.h @@ -1,5 +1,5 @@ #pragma once -#include "../acekard-common/IoRPGLoaderPlatform.h" +#include "../acekard-common/IoRpgLoaderPlatform.h" #include "AkRpgReadSdPatchCode.h" #include "AkRpgSdReadSectorPatchCode.h" #include "AkRpgWriteSdPatchCode.h" diff --git a/arm9/source/patches/platform/dstt/DsttLoaderPlatform.cpp b/arm9/source/patches/platform/dstt/DsttLoaderPlatform.cpp index 4427498..11bb198 100644 --- a/arm9/source/patches/platform/dstt/DsttLoaderPlatform.cpp +++ b/arm9/source/patches/platform/dstt/DsttLoaderPlatform.cpp @@ -3,7 +3,7 @@ #include "DsttDefinitions.h" #include "../SdioDefinitions.h" #include "waitByLoop.h" -#include "DSTTLoaderPlatform.h" +#include "DsttLoaderPlatform.h" /// @brief Sets the mode of the SD host. Mostly used for SDIO commands. /// @param sdio An SDIO command to send, if any. Set 0 otherwise. diff --git a/arm9/source/patches/platform/r4idsn/R4iDsnLoaderPlatform.h b/arm9/source/patches/platform/r4idsn/R4iDsnLoaderPlatform.h index f23b821..6987036 100644 --- a/arm9/source/patches/platform/r4idsn/R4iDsnLoaderPlatform.h +++ b/arm9/source/patches/platform/r4idsn/R4iDsnLoaderPlatform.h @@ -1,6 +1,6 @@ #pragma once #include "common.h" -#include "../acekard-common/IoRPGLoaderPlatform.h" +#include "../acekard-common/IoRpgLoaderPlatform.h" #include "R4iDsnReadSdPatchCode.h" #include "R4iDsnSdReadSectorPatchCode.h" #include "R4iDsnWriteSdPatchCode.h"