mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-16 07:30:05 +00:00
patch_manager: Display cheats in game list add-ons
This commit is contained in:
parent
c5091bfe00
commit
4495bf5706
@ -455,6 +455,8 @@ std::map<std::string, std::string, std::less<>> PatchManager::GetPatchVersionNam
|
|||||||
}
|
}
|
||||||
if (IsDirValidAndNonEmpty(mod->GetSubdirectory("romfs")))
|
if (IsDirValidAndNonEmpty(mod->GetSubdirectory("romfs")))
|
||||||
AppendCommaIfNotEmpty(types, "LayeredFS");
|
AppendCommaIfNotEmpty(types, "LayeredFS");
|
||||||
|
if (IsDirValidAndNonEmpty(mod->GetSubdirectory("cheats")))
|
||||||
|
AppendCommaIfNotEmpty(types, "Cheats");
|
||||||
|
|
||||||
if (types.empty())
|
if (types.empty())
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user