mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 02:08:16 +00:00
(PS3) Use rarch_settings_msg
This commit is contained in:
parent
1597c5a2cf
commit
8f6c4f30c3
@ -1559,10 +1559,7 @@ static void producesettingentry(menu * menu_obj, uint64_t switchvalue)
|
||||
|
||||
set_delay = DELAY_MEDIUM;
|
||||
if(g_console.info_msg_enable)
|
||||
{
|
||||
msg_queue_clear(g_extern.msg_queue);
|
||||
msg_queue_push(g_extern.msg_queue, "INFO - You need to restart RetroArch for this change to take effect.", 1, 180);
|
||||
}
|
||||
rarch_settings_msg(S_MSG_RESTART_RARCH, S_DELAY_180);
|
||||
}
|
||||
if(CTRL_START(state))
|
||||
g_settings.rewind_enable = false;
|
||||
|
Loading…
Reference in New Issue
Block a user