mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 07:39:17 +00:00
commit
1c41acaddd
11 changed files with 45 additions and 45 deletions
|
@ -501,7 +501,7 @@ void CConfigMain::InitializeGUIValues()
|
|||
|
||||
// Paths
|
||||
RecursiveISOPath->SetValue(SConfig::GetInstance().m_RecursiveISOFolder);
|
||||
DefaultISO->SetPath(StrToWxStr(startup_params.m_strDefaultGCM));
|
||||
DefaultISO->SetPath(StrToWxStr(startup_params.m_strDefaultISO));
|
||||
DVDRoot->SetPath(StrToWxStr(startup_params.m_strDVDRoot));
|
||||
ApploaderPath->SetPath(StrToWxStr(startup_params.m_strApploader));
|
||||
NANDRoot->SetPath(StrToWxStr(SConfig::GetInstance().m_NANDPath));
|
||||
|
@ -1284,7 +1284,7 @@ void CConfigMain::RecursiveDirectoryChanged(wxCommandEvent& WXUNUSED (event))
|
|||
|
||||
void CConfigMain::DefaultISOChanged(wxFileDirPickerEvent& WXUNUSED (event))
|
||||
{
|
||||
SConfig::GetInstance().m_LocalCoreStartupParameter.m_strDefaultGCM = WxStrToStr(DefaultISO->GetPath());
|
||||
SConfig::GetInstance().m_LocalCoreStartupParameter.m_strDefaultISO = WxStrToStr(DefaultISO->GetPath());
|
||||
}
|
||||
|
||||
void CConfigMain::DVDRootChanged(wxFileDirPickerEvent& WXUNUSED (event))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue