Skip to content

Commit

Permalink
Oops!
Browse files Browse the repository at this point in the history
  • Loading branch information
FlameKat53 authored Mar 3, 2020
1 parent b0c54e8 commit 8dffb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ int main(int argc, char **argv) {
scanKeys();
int pressed = keysHeld();

} else if (pressed & KEY_A) {
if (pressed & KEY_A) {
bootApp(bootA);
} else if (pressed & KEY_B) {
bootApp(bootB);
Expand Down

0 comments on commit 8dffb7d

Please sign in to comment.