X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=win32%2Fplat.c;fp=win32%2Fplat.c;h=e5e2f7e76b666e9d9a1c564884b221c1cf28dbba;hb=b188c2b6d0448a9c328a9dcae5ba5c8c8b5273f3;hp=2770b94384c4565fbe9b5db79f3eb7759ef20a37;hpb=fbe111032e8092d5e031bf3a6f0cee6b9a20333e;p=libpicofe.git diff --git a/win32/plat.c b/win32/plat.c index 2770b94..e5e2f7e 100644 --- a/win32/plat.c +++ b/win32/plat.c @@ -91,7 +91,11 @@ void pemu_forced_frame(int opts) { } -void pemu_update_display(const char *fps, const char *notice_msg) +void pemu_finalize_frame(const char *fps, const char *notice_msg) +{ +} + +void plat_video_flip(void) { DirectScreen(g_screen_ptr); DirectPresent();