X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2Femu.h;h=fc0a36fa3f16b4b1f99eaded0ac886272a2ffbf8;hb=24b24674aedbdcb4432ab2ed823c3d9c97852da4;hp=c27c5661258f05fe5dbaa77bb7687b11f6726df8;hpb=13b692eb4ee66fd0c7d4d45bdead750a4defa90e;p=libpicofe.git diff --git a/psp/emu.h b/psp/emu.h index c27c566..fc0a36f 100644 --- a/psp/emu.h +++ b/psp/emu.h @@ -5,19 +5,6 @@ -// engine states -enum TPicoGameState { - PGS_Paused = 1, - PGS_Running, - PGS_Quit, - PGS_KeyConfig, - PGS_ReloadRom, - PGS_Menu, - PGS_RestartRun, - PGS_Suspending, - PGS_SuspendWake, -}; - extern char romFileName[]; extern int engineState, engineStateSuspend;