Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Sep 16, 2024
1 parent 17aed51 commit 7130f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retail/arm9/source/conf_sd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ int loadFromSD(configuration* conf, const char *bootstrapPath) {

u32 srBackendId[2] = {0};
// Load srBackendId
if (REG_SCFG_EXT7 == 0 && conf->gameOnFlashcard) {
if (REG_SCFG_EXT7 == 0 && conf->bootstrapOnFlashcard) {
/*srBackendId[0] = 0x464B4356; // "VCKF" (My Cooking Coach)
srBackendId[1] = 0x00030000;*/
} else {
Expand Down

0 comments on commit 7130f52

Please sign in to comment.