citra-qt: Don't attempt to scan files with unsupported extensions (#2402)

This commit is contained in:
Kloen Lansfiel 2017-02-12 21:28:56 +01:00 committed by Yuri Kunde Schlesner
parent da6a40e3d1
commit 30ff675f02
3 changed files with 20 additions and 4 deletions

View file

@ -33,6 +33,8 @@ public:
void SaveInterfaceLayout();
void LoadInterfaceLayout();
static const QStringList supported_file_extensions;
signals:
void GameChosen(QString game_path);
void ShouldCancelWorker();