unified menu wip and some reorganization for it
[picodrive.git] / platform / gizmondo / emu.h
index 86ab426..dcff7a9 100644 (file)
@@ -3,19 +3,6 @@
 \r
 // 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 unsigned char gfx_buffer[321*240*2*2];\r
 extern char romFileName[];\r
 extern int engineState;\r
@@ -25,5 +12,6 @@ void emu_Init(void);
 void emu_Deinit(void);\r
 void emu_Loop(void);\r
 void emu_ResetGame(void);\r
-void emu_forcedFrame(void);\r
+\r
+void emu_stateCb(const char *str);\r
 \r