PSP sleep mode fixed, hopefully for read; 1.50 release
[picodrive.git] / platform / psp / emu.h
index 61e4e7a..1ef9450 100644 (file)
@@ -15,6 +15,7 @@ enum TPicoGameState {
        PGS_Menu,
        PGS_RestartRun,
        PGS_Suspending,
+       PGS_SuspendAck,
 };
 
 extern char romFileName[];