mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Get rid of label - gets rid of warning for Wii/GX
This commit is contained in:
parent
cc4068d936
commit
44137e853f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user