You've already forked pico-loader
mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-01-09 16:28:35 -08:00
Fixed casing in some includes
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user