mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 11:27:53 -05:00
citra-qt: Don't attempt to scan files with unsupported extensions (#2402)
This commit is contained in:
committed by
Yuri Kunde Schlesner
parent
da6a40e3d1
commit
30ff675f02
@ -33,6 +33,8 @@ public:
|
||||
void SaveInterfaceLayout();
|
||||
void LoadInterfaceLayout();
|
||||
|
||||
static const QStringList supported_file_extensions;
|
||||
|
||||
signals:
|
||||
void GameChosen(QString game_path);
|
||||
void ShouldCancelWorker();
|
||||
|
Reference in New Issue
Block a user