mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
Merge pull request #6675 from spycrab/qt_recursive
Qt: Add "Search subdirectories" checkbox
This commit is contained in:
commit
7dc16efc9d
6 changed files with 46 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue