X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2Femu.h;h=c27c5661258f05fe5dbaa77bb7687b11f6726df8;hb=f11bad75edc8966e9f84b040163cc86e830c46c6;hp=61e4e7a69b56140127ea8d55b6da507b4020f643;hpb=84e21f25e41b90d9729088dba5991a84330964ea;p=libpicofe.git diff --git a/psp/emu.h b/psp/emu.h index 61e4e7a..c27c566 100644 --- a/psp/emu.h +++ b/psp/emu.h @@ -15,10 +15,11 @@ enum TPicoGameState { PGS_Menu, PGS_RestartRun, PGS_Suspending, + PGS_SuspendWake, }; extern char romFileName[]; -extern int engineState; +extern int engineState, engineStateSuspend; void emu_Init(void);