mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
Qt: Add Refresh button
This commit is contained in:
parent
5f29e891d3
commit
4415417deb
7 changed files with 26 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue