X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=platform%2Fpsp%2Femu.h;h=c27c5661258f05fe5dbaa77bb7687b11f6726df8;hb=2b02d6e533b114456785f39a356476eb97306fcf;hp=1ef94505696aed8fec0396ca512a773f84a73669;hpb=052c0f86cbb61685b705024f24057840d2f79b5e;p=picodrive.git diff --git a/platform/psp/emu.h b/platform/psp/emu.h index 1ef9450..c27c566 100644 --- a/platform/psp/emu.h +++ b/platform/psp/emu.h @@ -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);