Fixes after review on github
This commit is contained in:
parent
ec7ae35da1
commit
3e67e64faa
@ -33,4 +33,4 @@
|
|||||||
#define CHEATS_PER_MENU_PAGE 18
|
#define CHEATS_PER_MENU_PAGE 18
|
||||||
|
|
||||||
void RosalinaMenu_Cheats(void);
|
void RosalinaMenu_Cheats(void);
|
||||||
void Cheat_applyKeyCheats();
|
void Cheat_ApplyKeyCheats();
|
||||||
|
@ -161,7 +161,7 @@ void menuThreadMain(void)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (HID_PAD & 0xFFF) {
|
if (HID_PAD & 0xFFF) {
|
||||||
Cheat_applyKeyCheats();
|
Cheat_ApplyKeyCheats();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
svcSleepThread(50 * 1000 * 1000LL);
|
svcSleepThread(50 * 1000 * 1000LL);
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user