X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2Femu.h;h=20342d1b79293a8bc8d3f2e20570ca1b94d3c42e;hb=ee2a3bdfa5a969ea9446b2d08748f16e29bbd4d5;hp=88947b52c785d9d0201a3ec9f2b0585fe0afd037;hpb=0fc0e24180bc89d8a5be33464669de0691720e9d;p=picodrive.git diff --git a/platform/gp2x/emu.h b/platform/gp2x/emu.h index 88947b5..20342d1 100644 --- a/platform/gp2x/emu.h +++ b/platform/gp2x/emu.h @@ -4,26 +4,9 @@ // 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 char romFileName[]; -extern int engineState; - - void emu_Init(void); void emu_Deinit(void); void emu_Loop(void); -void emu_ResetGame(void); void osd_text(int x, int y, const char *text);