mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-08-19 22:12:36 -04:00
Implemented warp debug menu feature
This commit is contained in:
@@ -16,5 +16,6 @@ DECLARE_FUNC(void, recomp_puts, const char* data, u32 size);
|
||||
DECLARE_FUNC(void, recomp_exit);
|
||||
DECLARE_FUNC(void, recomp_handle_quicksave_actions, OSMesgQueue* enter_mq, OSMesgQueue* exit_mq);
|
||||
DECLARE_FUNC(void, recomp_handle_quicksave_actions_main, OSMesgQueue* enter_mq, OSMesgQueue* exit_mq);
|
||||
DECLARE_FUNC(u16, recomp_get_pending_warp);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user