ABC turbo
[libpicofe.git] / psp / emu.h
index 7a3dbb1..1ef9450 100644 (file)
--- a/psp/emu.h
+++ b/psp/emu.h
@@ -15,6 +15,7 @@ enum TPicoGameState {
        PGS_Menu,
        PGS_RestartRun,
        PGS_Suspending,
+       PGS_SuspendAck,
 };
 
 extern char romFileName[];
@@ -25,7 +26,7 @@ void emu_Init(void);
 void emu_Deinit(void);
 void emu_Loop(void);
 void emu_ResetGame(void);
-void emu_forcedFrame(void);
+void emu_HandleResume(void);
 
 void emu_msg_cb(const char *msg);