Skip to content

Commit

Permalink
Fix typo in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
swarzesherz committed Feb 21, 2015
1 parent 2846031 commit 177b649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ int main()
Debug("A: NCCH Padgen");
Debug("B: SD Padgen (untested)");
Debug("X: Titlekey Decryption (untested)");
Debug("X: NAND Padgen");
Debug("Y: NAND Padgen");
while (true) {
u32 pad_state = InputWait();
if (pad_state & BUTTON_A) {
Expand Down

0 comments on commit 177b649

Please sign in to comment.