(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();
|
input_state = menu_input();
|
||||||
|
|
||||||
|
rgui = (rgui_handle_t*)driver.menu;
|
||||||
|
|
||||||
if (rgui->do_held)
|
if (rgui->do_held)
|
||||||
{
|
{
|
||||||
if (!first_held)
|
if (!first_held)
|
||||||
|
|
Loading…
Reference in New Issue