summaryrefslogtreecommitdiff
path: root/src/yuzu/game_list.cpp
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-08-11 23:01:38 -0400
committerZach Hilman <zachhilman@gmail.com>2018-08-11 23:01:42 -0400
commit6b76b774007020befdaa8d7475a9a4edd6d0a0a4 (patch)
tree2df8544c20f22914520ea397524d3a91159131a5 /src/yuzu/game_list.cpp
parentfdf27bf39022d8a96c0386cc92b6670953471089 (diff)
registration: Add support for force overwrite of installed
Diffstat (limited to 'src/yuzu/game_list.cpp')
-rw-r--r--src/yuzu/game_list.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/game_list.cpp b/src/yuzu/game_list.cpp
index faaeda63d..f867118d9 100644
--- a/src/yuzu/game_list.cpp
+++ b/src/yuzu/game_list.cpp
@@ -405,7 +405,6 @@ void GameList::RefreshGameDirectory() {
static void GetMetadataFromControlNCA(const std::shared_ptr<FileSys::NCA>& nca,
std::vector<u8>& icon, std::string& name) {
-
const auto control_dir = FileSys::ExtractRomFS(nca->GetRomFS());
if (control_dir == nullptr)
return;