X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fwin32%2Fplat.c;h=15aff22057301de48cf75ead679e56fb7603652c;hb=bf61bea0f2e94206a79fecc83b719f24cfc951c2;hp=ecf47198b02aedb391938027b0a84144b5552494;hpb=fcdefcf62cb71969b456a6f27688adbeb5890bb9;p=picodrive.git diff --git a/platform/win32/plat.c b/platform/win32/plat.c index ecf4719..15aff22 100644 --- a/platform/win32/plat.c +++ b/platform/win32/plat.c @@ -82,7 +82,7 @@ void pemu_loop_end(void) pemu_sound_stop(); } -void pemu_forced_frame(int opts) +void pemu_forced_frame(int opts, int no_scale) { } @@ -219,12 +219,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) { }