Skip to content

Commit

Permalink
Fix in-game menu not loading outside of B4DS mode
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Nov 18, 2024
1 parent 22b6244 commit e88d79d
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 @@ -1668,7 +1668,7 @@ int loadFromSD(configuration* conf, const char *bootstrapPath) {
}

// Load in-game menu ce9 binary
rc = loadCardEngineBinary("nitro:/cardenginei_arm9_igm.lz77", (u8*)igmText, false);
rc = loadCardEngineBinary("nitro:/cardenginei_arm9_igm.lz77", (u8*)igmText, true);
if (rc == 0) {
getIgmStrings(conf, false);

Expand Down

0 comments on commit e88d79d

Please sign in to comment.