mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 01:45:47 +00:00
registration: Add support for force overwrite of installed
This commit is contained in:
parent
9bae8b24ae
commit
8c33f20792
4 changed files with 106 additions and 53 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue