mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 10:20:21 +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;
|
set_delay = DELAY_MEDIUM;
|
||||||
if(g_console.info_msg_enable)
|
if(g_console.info_msg_enable)
|
||||||
{
|
rarch_settings_msg(S_MSG_RESTART_RARCH, S_DELAY_180);
|
||||||
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);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if(CTRL_START(state))
|
if(CTRL_START(state))
|
||||||
g_settings.rewind_enable = false;
|
g_settings.rewind_enable = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user