X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=win32%2Fplat.c;h=42c493beb87f316eea2a40b6a19946d5fc050421;hb=f168d031790053603152fb5af00de92e47764bf6;hp=15aff22057301de48cf75ead679e56fb7603652c;hpb=69dfeea15942d588fe0e4b18b51cf54cfde5b272;p=libpicofe.git diff --git a/win32/plat.c b/win32/plat.c index 15aff22..42c493b 100644 --- a/win32/plat.c +++ b/win32/plat.c @@ -16,8 +16,6 @@ unsigned char *PicoDraw2FB = PicoDraw2FB_; const char *renderer_names[] = { NULL }; const char *renderer_names32x[] = { NULL }; -char cpu_clk_name[] = "unused"; - void plat_init(void) { g_screen_ptr = (void *)screen_buff; @@ -82,7 +80,7 @@ void pemu_loop_end(void) pemu_sound_stop(); } -void pemu_forced_frame(int opts, int no_scale) +void pemu_forced_frame(int no_scale, int do_emu) { }