Get rid of label - gets rid of warning for Wii/GX

This commit is contained in:
twinaphex 2014-10-05 18:02:01 +02:00
parent cc4068d936
commit 44137e853f

View File

@ -447,7 +447,7 @@ static int do_state_checks(
if (driver.netplay_data)
{
check_netplay_flip_func(trigger_input);
goto exit;
return 0;
}
#endif
check_pause_func(trigger_input);
@ -493,7 +493,6 @@ static int do_state_checks(
if (BIT64_GET(trigger_input, RARCH_RESET))
rarch_main_command(RARCH_CMD_RESET);
exit:
return 0;
}