X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgizmondo%2Femu.h;h=6f0322a8b154812d4d9cecf070d692e90566022b;hb=19e1d027450209006a772aba60b665d8dfea307a;hp=ddb650a29a29c0411e6cf42f6b965c0e8649865b;hpb=0fc0e24180bc89d8a5be33464669de0691720e9d;p=picodrive.git diff --git a/platform/gizmondo/emu.h b/platform/gizmondo/emu.h index ddb650a2..6f0322a8 100644 --- a/platform/gizmondo/emu.h +++ b/platform/gizmondo/emu.h @@ -3,23 +3,7 @@ // For commercial use, separate licencing terms must be obtained. - - -// engine states -enum TPicoGameState { - PGS_Paused = 1, - PGS_Running, - PGS_Quit, - PGS_KeyConfig, - PGS_ReloadRom, - PGS_Menu, - PGS_RestartRun, -}; - extern unsigned char gfx_buffer[321*240*2*2]; -extern char romFileName[]; -extern int engineState; - void emu_Init(void); void emu_Deinit(void);