mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Add TGC disc image compatibility
This commit is contained in:
@ -9,10 +9,10 @@
|
||||
#include "DolphinQt2/GameList/GameTracker.h"
|
||||
#include "DolphinQt2/Settings.h"
|
||||
|
||||
static const QStringList game_filters{QStringLiteral("*.gcm"), QStringLiteral("*.iso"),
|
||||
QStringLiteral("*.ciso"), QStringLiteral("*.gcz"),
|
||||
QStringLiteral("*.wbfs"), QStringLiteral("*.wad"),
|
||||
QStringLiteral("*.elf"), QStringLiteral("*.dol")};
|
||||
static const QStringList game_filters{
|
||||
QStringLiteral("*.gcm"), QStringLiteral("*.iso"), QStringLiteral("*.tgc"),
|
||||
QStringLiteral("*.ciso"), QStringLiteral("*.gcz"), QStringLiteral("*.wbfs"),
|
||||
QStringLiteral("*.wad"), QStringLiteral("*.elf"), QStringLiteral("*.dol")};
|
||||
|
||||
GameTracker::GameTracker(QObject* parent) : QFileSystemWatcher(parent)
|
||||
{
|
||||
|
Reference in New Issue
Block a user