Skip to content

Commit

Permalink
update to latest commit
Browse files Browse the repository at this point in the history
Signed-off-by: Simo <[email protected]>
  • Loading branch information
Simo3ds authored Dec 29, 2023
1 parent afd792c commit f89554c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arm9/source/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ void findDumpFile(const char *folderPath, char *fileName);

bool doLumaUpgradeProcess(void);

#define NOUPD_PATH "noupdate.txt"
#define NOUPD_PATH "sdmc:/luma/noupdate.txt"
4 changes: 2 additions & 2 deletions arm9/source/itcm.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,10 @@ STATIC_ASSERT(sizeof(Arm9Itcm) == 0x8000);
#define ARM9_ITCM ((Arm9Itcm*) __ITCM_ADDR)

// Default path for the OTP is in the luma directory of SDCARD.
#define OTP_PATH "otp.bin"
#define OTP_PATH "sdmc:/luma/otp.bin"

void patchITCM(void);

#define CID_PATH "nand_cid.bin"
#define CID_PATH "sdmc:/luma/nand_cid.bin"

void PatchITCMCid(void);

0 comments on commit f89554c

Please sign in to comment.