unified menu wip and some reorganization for it
[libpicofe.git] / gp2x / emu.h
index 88947b5..21190c0 100644 (file)
@@ -4,18 +4,6 @@
 // For commercial use, separate licencing terms must be obtained.\r
 \r
 \r
-\r
-// engine states\r
-enum TPicoGameState {\r
-       PGS_Paused = 1,\r
-       PGS_Running,\r
-       PGS_Quit,\r
-       PGS_KeyConfig,\r
-       PGS_ReloadRom,\r
-       PGS_Menu,\r
-       PGS_RestartRun,\r
-};\r
-\r
 extern char romFileName[];\r
 extern int engineState;\r
 \r