X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Femu.h;h=21190c0fdd5486ed780c41e7afe9b8940ba5bd4d;hb=24b24674aedbdcb4432ab2ed823c3d9c97852da4;hp=88947b52c785d9d0201a3ec9f2b0585fe0afd037;hpb=13b692eb4ee66fd0c7d4d45bdead750a4defa90e;p=libpicofe.git diff --git a/gp2x/emu.h b/gp2x/emu.h index 88947b5..21190c0 100644 --- a/gp2x/emu.h +++ b/gp2x/emu.h @@ -4,18 +4,6 @@ // 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;