diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-08-11 23:01:38 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-08-11 23:01:42 -0400 |
commit | 6b76b774007020befdaa8d7475a9a4edd6d0a0a4 (patch) | |
tree | 2df8544c20f22914520ea397524d3a91159131a5 /src/yuzu/game_list.cpp | |
parent | fdf27bf39022d8a96c0386cc92b6670953471089 (diff) |
registration: Add support for force overwrite of installed
Diffstat (limited to 'src/yuzu/game_list.cpp')
-rw-r--r-- | src/yuzu/game_list.cpp | 1 |
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; |