Skip to content

Commit

Permalink
platform ps2+psp, fix crash in save/load state menu
Browse files Browse the repository at this point in the history
  • Loading branch information
irixxxx committed Oct 15, 2024
1 parent c08f80a commit d264c40
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion platform/ps2/emu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
1 change: 0 additions & 1 deletion platform/psp/plat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit d264c40

Please sign in to comment.