mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-14 04:41:34 +00:00
Fix typo in PR #8885
This commit is contained in:
parent
f78ee7fe41
commit
1891ca7c68
@ -6651,6 +6651,7 @@ static bool setting_append_list(
|
||||
|
||||
#if !defined(IOS)
|
||||
if (frontend_driver_has_fork())
|
||||
{
|
||||
CONFIG_ACTION(
|
||||
list, list_info,
|
||||
MENU_ENUM_LABEL_RESTART_RETROARCH,
|
||||
@ -6659,6 +6660,7 @@ static bool setting_append_list(
|
||||
&subgroup_info,
|
||||
parent_group);
|
||||
menu_settings_list_current_add_cmd(list, list_info, CMD_EVENT_RESTART_RETROARCH);
|
||||
}
|
||||
#endif
|
||||
|
||||
CONFIG_ACTION(
|
||||
|
Loading…
Reference in New Issue
Block a user