mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
Qt/Settings: Update default gamelist path textbox when changed
This commit is contained in:
@ -368,7 +368,7 @@ void GameList::UninstallWAD()
|
||||
|
||||
void GameList::SetDefaultISO()
|
||||
{
|
||||
SConfig::GetInstance().m_strDefaultISO = GetSelectedGame()->GetFilePath().toStdString();
|
||||
Settings::Instance().SetDefaultGame(GetSelectedGame()->GetFilePath());
|
||||
}
|
||||
|
||||
void GameList::OpenContainingFolder()
|
||||
|
Reference in New Issue
Block a user