X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Femu.h;h=20342d1b79293a8bc8d3f2e20570ca1b94d3c42e;hb=049a6b3e80151f6a5af726e25478ed15e111dfcc;hp=21190c0fdd5486ed780c41e7afe9b8940ba5bd4d;hpb=24b24674aedbdcb4432ab2ed823c3d9c97852da4;p=libpicofe.git diff --git a/gp2x/emu.h b/gp2x/emu.h index 21190c0..20342d1 100644 --- a/gp2x/emu.h +++ b/gp2x/emu.h @@ -4,14 +4,9 @@ // For commercial use, separate licencing terms must be obtained. -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);