mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-31 07:59:02 -05:00 
			
		
		
		
	patch_manager: Display cheats in game list add-ons
This commit is contained in:
		| @@ -455,6 +455,8 @@ std::map<std::string, std::string, std::less<>> PatchManager::GetPatchVersionNam | ||||
|             } | ||||
|             if (IsDirValidAndNonEmpty(mod->GetSubdirectory("romfs"))) | ||||
|                 AppendCommaIfNotEmpty(types, "LayeredFS"); | ||||
|             if (IsDirValidAndNonEmpty(mod->GetSubdirectory("cheats"))) | ||||
|                 AppendCommaIfNotEmpty(types, "Cheats"); | ||||
|  | ||||
|             if (types.empty()) | ||||
|                 continue; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zach Hilman
					Zach Hilman