minor adjustments
[libpicofe.git] / psp / emu.h
index d122a20..7a3dbb1 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[];
@@ -28,4 +29,6 @@ void emu_forcedFrame(void);
 
 void emu_msg_cb(const char *msg);
 
+// actually comes from Pico/Misc_amips.s
+void memset32_uncached(int *dest, int c, int count);