mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(Menu) Fixes crash when toggling fullscreen mode in menu mode
This commit is contained in:
parent
8c1b4a3835
commit
776d4599e3
@ -563,6 +563,8 @@ bool menu_iterate(void)
|
||||
|
||||
input_state = menu_input();
|
||||
|
||||
rgui = (rgui_handle_t*)driver.menu;
|
||||
|
||||
if (rgui->do_held)
|
||||
{
|
||||
if (!first_held)
|
||||
|
Loading…
x
Reference in New Issue
Block a user