Merge pull request #1093 from CautiousAlbino/fullscreen_toggle_fix

Fix fullscreen toggling.
This commit is contained in:
Twinaphex 2014-10-05 12:28:48 +02:00
commit 04ea43dd69

View File

@ -440,6 +440,9 @@ static int do_state_checks(
input_overlay_next(driver.overlay);
#endif
if (!g_extern.is_paused)
check_fullscreen_func(trigger_input);
#ifdef HAVE_NETPLAY
if (driver.netplay_data)
{