mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt: Add "Search subdirectories" checkbox
This commit is contained in:
@ -80,6 +80,11 @@ void Settings::RemovePath(const QString& qpath)
|
||||
emit PathRemoved(qpath);
|
||||
}
|
||||
|
||||
void Settings::ReloadPath(const QString& qpath)
|
||||
{
|
||||
emit PathReloadRequested(qpath);
|
||||
}
|
||||
|
||||
QString Settings::GetDefaultGame() const
|
||||
{
|
||||
return QString::fromStdString(SConfig::GetInstance().m_strDefaultISO);
|
||||
|
Reference in New Issue
Block a user