(Menu) Fixes crash when toggling fullscreen mode in menu mode

This commit is contained in:
twinaphex 2014-05-30 20:55:59 +02:00
parent 8c1b4a3835
commit 776d4599e3

View File

@ -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)