diff --git a/arm9/source/fs.c b/arm9/source/fs.c index 39554ab..cb5cac3 100644 --- a/arm9/source/fs.c +++ b/arm9/source/fs.c @@ -523,8 +523,10 @@ bool doLumaUpgradeProcess(void) #endif // Try to boot.firm to CTRNAND, when applicable +#ifndef BUILD_FOR_EXPLOIT_DEV if (isSdMode && memcmp(launchedPathForFatfs, "sdmc:", 5) == 0) ok = fileCopy(launchedPathForFatfs, "nand:/boot.firm", true, fileCopyBuffer, sizeof(fileCopyBuffer)); +#endif // Try to backup essential files ok2 = backupEssentialFiles();