new cfg file system
[libpicofe.git] / psp / emu.h
index affd540..17b20e7 100644 (file)
--- a/psp/emu.h
+++ b/psp/emu.h
@@ -14,6 +14,7 @@ enum TPicoGameState {
        PGS_ReloadRom,
        PGS_Menu,
        PGS_RestartRun,
+       PGS_Suspending,
 };
 
 extern char romFileName[];
@@ -25,6 +26,7 @@ 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);