mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 10:39:59 +00:00
Qt: Add "Search subdirectories" checkbox
This commit is contained in:
parent
396204248d
commit
a4526772b9
6 changed files with 46 additions and 9 deletions
|
@ -61,6 +61,7 @@ public:
|
|||
void SetPreferredView(bool list);
|
||||
QString GetDefaultGame() const;
|
||||
void SetDefaultGame(QString path);
|
||||
void ReloadPath(const QString& qpath);
|
||||
|
||||
// Emulation
|
||||
int GetStateSlot() const;
|
||||
|
@ -119,6 +120,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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue