This commit is contained in:
twinaphex 2015-08-06 03:44:32 +02:00
parent 00af8fa7db
commit c9a3caeca5

View File

@ -486,7 +486,6 @@ static int do_netplay_state_checks(
#endif
static int do_pause_state_checks(
bool pause_pressed,
bool frameadvance_pressed,
bool fullscreen_toggle_pressed,
bool rewind_pressed)
@ -542,7 +541,6 @@ static int do_state_checks(driver_t *driver, settings_t *settings,
cmd->pause_pressed, cmd->frameadvance_pressed);
if (do_pause_state_checks(
cmd->pause_pressed,
cmd->frameadvance_pressed,
cmd->fullscreen_toggle,
cmd->rewind_pressed))