trying to fix crashes (cheats, closing games)

This commit is contained in:
Lorenzo Dellacà
2020-07-04 11:49:36 +02:00
parent c58cb2d916
commit 1fce207bcf
2 changed files with 8 additions and 2 deletions

View File

@@ -71,8 +71,11 @@ extern Handle preTerminationEvent;
extern u32 menuCombo;
u32 waitInputWithTimeout(u32 msec);
u32 waitInput(void);
u32 waitInputWithTimeout(s32 msec);
u32 waitInput(void);
u32 waitComboWithTimeout(s32 msec);
u32 waitCombo(void);
bool menuCheckN3ds(void);
u32 menuCountItems(const Menu *menu);