X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Femu.h;h=20342d1b79293a8bc8d3f2e20570ca1b94d3c42e;hb=82abf46f3db8ade517881c03327bdbc0de848eb2;hp=8eddd1f8266fe7b9383f4c56c244cf6903ae76fb;hpb=f013066e974c7d35b818a6fca43a9deba1ce5c3e;p=libpicofe.git diff --git a/gp2x/emu.h b/gp2x/emu.h index 8eddd1f..20342d1 100644 --- a/gp2x/emu.h +++ b/gp2x/emu.h @@ -4,27 +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 emu_forcedFrame(void); void osd_text(int x, int y, const char *text);