Should not needlessly flag menu->need_refresh = true when we

toggle the menu
This commit is contained in:
Twinaphex 2015-05-11 01:47:19 +02:00
parent bb11745b5e
commit 32873de0ce

View File

@ -1302,7 +1302,6 @@ void rarch_main_set_state(unsigned cmd)
global->system.frame_time_last = 0;
}
menu->need_refresh = true;
runloop->is_menu = true;
}
#endif