X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2Femu.h;h=7a3dbb102c6ed1f9ad07cce4dd3bbdfdbcc66f79;hb=f060b8b9120fed821662f4412dc6bd1a4fbae00e;hp=d122a20d75cc208fc13057be632adfe5fde3e2f4;hpb=6f748c477fca1c4962358f163fa19e3b5710bc33;p=libpicofe.git diff --git a/psp/emu.h b/psp/emu.h index d122a20..7a3dbb1 100644 --- 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);