X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgizmondo%2Femu.h;h=9aa6c5071173c95ff8338cb8499eb0912b4e573d;hb=45285368c0fad43f23f90888fde16106bdc0fd52;hp=6f0322a8b154812d4d9cecf070d692e90566022b;hpb=713c9224026b769b8238f898c85b63a17cd5bada;p=picodrive.git diff --git a/platform/gizmondo/emu.h b/platform/gizmondo/emu.h index 6f0322a..9aa6c50 100644 --- a/platform/gizmondo/emu.h +++ b/platform/gizmondo/emu.h @@ -5,10 +5,5 @@ extern unsigned char gfx_buffer[321*240*2*2]; -void emu_Init(void); -void emu_Deinit(void); -void emu_Loop(void); -void emu_ResetGame(void); - void emu_stateCb(const char *str);