extend mmap wrapper functionality
[libpicofe.git] / win32 / plat.c
index 91ef0e0..42c493b 100644 (file)
@@ -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)
 {
 }
 
@@ -219,12 +217,12 @@ void plat_debug_cat(char *str)
 }
 
 // required by pico
-int mp3_get_bitrate(FILE *f, int size)
+int mp3_get_bitrate(void *f, int size)
 {
        return 128;
 }
 
-void mp3_start_play(FILE *f, int pos)
+void mp3_start_play(void *f, int pos)
 {
 }