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 b610dd2 commit 58caf4a
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

1 comment on commit 58caf4a

@irixxxx
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks to @fjtrujy for helping with debugging!

Please sign in to comment.