From: kub Date: Tue, 15 Oct 2024 22:28:02 +0000 (+0200) Subject: platform ps2+psp, fix crash in save/load state menu X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58caf4aa4d205c2d6a9cca04f36df472cea6b0bb;p=picodrive.git platform ps2+psp, fix crash in save/load state menu --- diff --git a/platform/ps2/emu.c b/platform/ps2/emu.c index d59615b0..60667577 100644 --- a/platform/ps2/emu.c +++ b/platform/ps2/emu.c @@ -878,7 +878,6 @@ void plat_video_menu_update(void) /* switch from emulation display to menu display */ void plat_video_menu_enter(int is_rom_loaded) { - g_screen_ptr = NULL; } /* start rendering a menu screen */ diff --git a/platform/psp/plat.c b/platform/psp/plat.c index 05482786..e4192c8f 100644 --- a/platform/psp/plat.c +++ b/platform/psp/plat.c @@ -107,7 +107,6 @@ void plat_video_menu_update(void) /* switch from emulation display to menu display */ void plat_video_menu_enter(int is_rom_loaded) { - g_screen_ptr = NULL; } /* start rendering a menu screen */