X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2Femu.h;h=1ef94505696aed8fec0396ca512a773f84a73669;hb=8e6cbce1c737e837a3102c196c11874ec8ab8ff3;hp=affd5402f5975e108144ab6e42d104561118217c;hpb=5ecedd0cc2257b564dfcf68cb0e9d7d541bfc2b8;p=libpicofe.git diff --git a/psp/emu.h b/psp/emu.h index affd540..1ef9450 100644 --- a/psp/emu.h +++ b/psp/emu.h @@ -14,6 +14,8 @@ enum TPicoGameState { PGS_ReloadRom, PGS_Menu, PGS_RestartRun, + PGS_Suspending, + PGS_SuspendAck, }; extern char romFileName[]; @@ -24,7 +26,7 @@ void emu_Init(void); 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);