mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Qt: Add Refresh button
This commit is contained in:
@ -128,6 +128,11 @@ void Settings::ReloadPath(const QString& qpath)
|
||||
emit PathReloadRequested(qpath);
|
||||
}
|
||||
|
||||
void Settings::ReloadTitleDB()
|
||||
{
|
||||
emit TitleDBReloadRequested();
|
||||
}
|
||||
|
||||
QString Settings::GetDefaultGame() const
|
||||
{
|
||||
return QString::fromStdString(SConfig::GetInstance().m_strDefaultISO);
|
||||
|
Reference in New Issue
Block a user