Fixed casing in some includes

This commit is contained in:
Gericom
2026-01-02 15:25:00 +01:00
parent 2d4f9cb29f
commit dcc71ca151
3 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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.

View File

@@ -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"