X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2Femu.c;h=b5820723358eb6a9312cbddee9565ccb8ad07775;hb=c7eb229a3cfc2848bcc3413185758039f30559aa;hp=1d9c2bb311bbd90fa763aa94d762960f0e8f2c62;hpb=74e1b42b9256870c7e9f70f5b4ca71ed0e8a63d5;p=picodrive.git diff --git a/platform/linux/emu.c b/platform/linux/emu.c index 1d9c2bb..b582072 100644 --- a/platform/linux/emu.c +++ b/platform/linux/emu.c @@ -179,6 +179,7 @@ void plat_video_menu_enter(int is_rom_loaded) void plat_video_menu_begin(void) { memcpy32(g_screen_ptr, g_menubg_ptr, g_screen_width * g_screen_height * 2 / 4); + g_menubg_ptr = g_screen_ptr; } void plat_video_menu_end(void)