X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2Femu.c;h=db5d6be825dad710b5a45b87a0d0a0fe70225248;hb=bf61bea0f2e94206a79fecc83b719f24cfc951c2;hp=b5820723358eb6a9312cbddee9565ccb8ad07775;hpb=a505b5f14bc28268d6366d1d9c231ab57ff0159d;p=picodrive.git diff --git a/platform/linux/emu.c b/platform/linux/emu.c index b582072..db5d6be 100644 --- a/platform/linux/emu.c +++ b/platform/linux/emu.c @@ -179,7 +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; + g_menuscreen_ptr = g_screen_ptr; } void plat_video_menu_end(void)