Skip to content

Commit

Permalink
derp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Jul 6, 2018
1 parent 34bbfe5 commit dada077
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions romsel_dsimenutheme/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1080,6 +1080,8 @@ int main(int argc, char **argv) {
printLarge(false, 4, 36, text);
stop();
} else {
launchType = 1;
SaveSettings();
loadGameOnFlashcard(argarray[0]);
}
} else {
Expand Down
2 changes: 2 additions & 0 deletions romsel_r4theme/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,8 @@ int main(int argc, char **argv) {
printLarge(false, 4, 36, text);
stop();
} else {
launchType = 1;
SaveSettings();
loadGameOnFlashcard(argarray[0]);
}
} else {
Expand Down

0 comments on commit dada077

Please sign in to comment.