From 30ff675f0284a2ed972fa6cc944e0a96c56d4dd6 Mon Sep 17 00:00:00 2001 From: Kloen Lansfiel Date: Sun, 12 Feb 2017 21:28:56 +0100 Subject: citra-qt: Don't attempt to scan files with unsupported extensions (#2402) --- src/citra_qt/game_list.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/citra_qt/game_list.h') diff --git a/src/citra_qt/game_list.h b/src/citra_qt/game_list.h index 1abf10051..e6b7eea0b 100644 --- a/src/citra_qt/game_list.h +++ b/src/citra_qt/game_list.h @@ -33,6 +33,8 @@ public: void SaveInterfaceLayout(); void LoadInterfaceLayout(); + static const QStringList supported_file_extensions; + signals: void GameChosen(QString game_path); void ShouldCancelWorker(); -- cgit v1.2.3