X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2Femu.h;h=c27c5661258f05fe5dbaa77bb7687b11f6726df8;hb=fce20e73e7094060b29f1668b8f0032f75eb152e;hp=1ef94505696aed8fec0396ca512a773f84a73669;hpb=4b811a8abecf3ca8ee0b8a02214982a87d013e2f;p=libpicofe.git diff --git a/psp/emu.h b/psp/emu.h index 1ef9450..c27c566 100644 --- a/psp/emu.h +++ b/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);