uncommited code for 151 release (PSP suspend, file browser, etc)
[picodrive.git] / platform / psp / emu.h
index 1ef9450..c27c566 100644 (file)
@@ -15,11 +15,11 @@ enum TPicoGameState {
        PGS_Menu,
        PGS_RestartRun,
        PGS_Suspending,
-       PGS_SuspendAck,
+       PGS_SuspendWake,
 };
 
 extern char romFileName[];
-extern int engineState;
+extern int engineState, engineStateSuspend;
 
 
 void emu_Init(void);