Skip to content

Commit

Permalink
SD Card: Do not display DSi binaries message if Run in is set to `D…
Browse files Browse the repository at this point in the history
…S mode`
  • Loading branch information
RocketRobz committed Dec 20, 2022
1 parent e517254 commit b4a540f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SD Card/sd/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ int main(int argc, char **argv) {
int donorSdkVer = 0;
bool dsModeForced = false;

if (isHomebrew == 0 && ndsHeader.unitCode == 2 && !dsiBinariesFound) {
if (isHomebrew == 0 && ndsHeader.unitCode == 2 && !dsiBinariesFound && gameSettings.dsiMode != 0) {
consoleDemoInit();
iprintf ("The DSi binaries are missing.\n");
iprintf ("Please obtain a clean ROM\n");
Expand Down

0 comments on commit b4a540f

Please sign in to comment.