Skip to content

Commit 2770894

Browse files
committed
Do not disable Slot-1 if nds-bootstrap runs from there
1 parent 5b3f475 commit 2770894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

retail/arm9/source/conf_sd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@ int loadFromSD(configuration* conf, const char *bootstrapPath) {
13811381
fclose(ndsFile);
13821382
fclose(donorNdsFile);
13831383

1384-
if (!conf->gameOnFlashcard && !conf->saveOnFlashcard) {
1384+
if (!conf->bootstrapOnFlashcard && !conf->gameOnFlashcard && !conf->saveOnFlashcard) {
13851385
if (romTid[0] != 'I' && memcmp(romTid, "UZP", 3) != 0 && memcmp(romTid, "HND", 3) != 0 && memcmp(romTid, "UEI", 3) != 0) {
13861386
disableSlot1();
13871387
} else {

0 commit comments

Comments
 (0)