aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/game_list.cpp
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2018-01-11 21:56:15 -0700
committerJames Rowe <jroweboy@gmail.com>2018-01-12 19:11:05 -0700
commit18ca3ca751ad1596524e473f0ad56253ad4b006f (patch)
tree5e34ebea9c5385a9649603ee1f92f59f92c063ba /src/yuzu/game_list.cpp
parentf5f28a4f6773e00e0f53454e881fb6d46dfbe6da (diff)
Removing unused settings and yuzu rebranding
Diffstat (limited to 'src/yuzu/game_list.cpp')
-rw-r--r--src/yuzu/game_list.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/yuzu/game_list.cpp b/src/yuzu/game_list.cpp
index a8e3541cd..532c4ae63 100644
--- a/src/yuzu/game_list.cpp
+++ b/src/yuzu/game_list.cpp
@@ -356,8 +356,7 @@ void GameList::LoadInterfaceLayout() {
item_model->sort(header->sortIndicatorSection(), header->sortIndicatorOrder());
}
-const QStringList GameList::supported_file_extensions = {"3ds", "3dsx", "elf", "axf",
- "cci", "cxi", "app"};
+const QStringList GameList::supported_file_extensions = {"nso", "nro"};
static bool HasSupportedFileExtension(const std::string& file_name) {
QFileInfo file = QFileInfo(file_name.c_str());