mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Merge pull request #6675 from spycrab/qt_recursive
Qt: Add "Search subdirectories" checkbox
This commit is contained in:
@ -65,6 +65,7 @@ public:
|
||||
void SetPreferredView(bool list);
|
||||
QString GetDefaultGame() const;
|
||||
void SetDefaultGame(QString path);
|
||||
void ReloadPath(const QString& qpath);
|
||||
|
||||
// Emulation
|
||||
int GetStateSlot() const;
|
||||
@ -123,6 +124,7 @@ signals:
|
||||
void PathAdded(const QString&);
|
||||
void PathRemoved(const QString&);
|
||||
void DefaultGameChanged(const QString&);
|
||||
void PathReloadRequested(const QString&);
|
||||
void HideCursorChanged();
|
||||
void VolumeChanged(int volume);
|
||||
void NANDRefresh();
|
||||
|
Reference in New Issue
Block a user