mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 06:18:08 -05:00
registration: Add support for force overwrite of installed
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user