Dolphin now saves frame limiter setting.

Info Window now also gets the frame limiter setting :P

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3408 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
death2droid
2009-06-12 13:21:54 +00:00
parent c4632fe345
commit b8d3cae6e3
3 changed files with 4 additions and 2 deletions

View File

@ -657,9 +657,7 @@ void CConfigMain::CoreSettingsChanged(wxCommandEvent& event)
break;
case ID_INTERFACE_FRAMELIMIT:
SConfig::GetInstance().m_InterfaceFramelimit = (u32)InterfaceFramelimit->GetSelection();
bRefreshList = true;
break;
case ID_ALLWAYS_HLEBIOS: // Core
SConfig::GetInstance().m_LocalCoreStartupParameter.bHLEBios = AlwaysUseHLEBIOS->IsChecked();
break;