diff options
| author | bunnei <bunneidev@gmail.com> | 2018-09-04 16:20:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-04 16:20:40 -0400 |
| commit | faa9e066aba320bcd38fd023ee58c6f9e1d3efdd (patch) | |
| tree | c369b13af5a30698564ee54acbae639be4576482 /src/yuzu/game_list.cpp | |
| parent | dda4b5e89ee428d4e872246459db308b2701eef1 (diff) | |
| parent | 87be4bc283eee72a51b5e8391147c60671351b80 (diff) | |
Merge pull request #1178 from DarkLordZach/nsp
file_sys: Add Nintendo Submissions Package (NSP) file format
Diffstat (limited to 'src/yuzu/game_list.cpp')
| -rw-r--r-- | src/yuzu/game_list.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/game_list.cpp b/src/yuzu/game_list.cpp index 71953cee3..3e2a5976b 100644 --- a/src/yuzu/game_list.cpp +++ b/src/yuzu/game_list.cpp @@ -432,7 +432,7 @@ void GameList::LoadInterfaceLayout() { item_model->sort(header->sortIndicatorSection(), header->sortIndicatorOrder()); } -const QStringList GameList::supported_file_extensions = {"nso", "nro", "nca", "xci"}; +const QStringList GameList::supported_file_extensions = {"nso", "nro", "nca", "xci", "nsp"}; static bool HasSupportedFileExtension(const std::string& file_name) { const QFileInfo file = QFileInfo(QString::fromStdString(file_name)); |
