citra-qt: Don't attempt to scan files with unsupported extensions (#2402)
This commit is contained in:
parent
da6a40e3d1
commit
30ff675f02
3 changed files with 20 additions and 4 deletions
|
@ -33,6 +33,8 @@ public:
|
|||
void SaveInterfaceLayout();
|
||||
void LoadInterfaceLayout();
|
||||
|
||||
static const QStringList supported_file_extensions;
|
||||
|
||||
signals:
|
||||
void GameChosen(QString game_path);
|
||||
void ShouldCancelWorker();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue