(360) Use S_REWIND

This commit is contained in:
TwinAphex51224 2012-05-29 03:49:19 +02:00
parent b0cf650e97
commit ca2e20be84
2 changed files with 3 additions and 3 deletions

View File

@ -605,7 +605,7 @@ HRESULT CRetroArchSettings::OnNotifyPress( HXUIOBJ hObjPressed, int & bHandled
switch(current_index)
{
case SETTING_EMU_REWIND_ENABLED:
g_settings.rewind_enable = !g_settings.rewind_enable;
rarch_settings_change(S_REWIND);
m_settingslist.SetText(SETTING_EMU_REWIND_ENABLED, g_settings.rewind_enable ? L"Rewind: ON" : L"Rewind: OFF");
if (g_console.info_msg_enable)