mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-24 02:19:34 -04:00
patch_manager: Add DLC recognition to PatchManager
This commit is contained in:
@@ -27,6 +27,7 @@ std::string FormatTitleVersion(u32 version,
|
||||
enum class PatchType {
|
||||
Update,
|
||||
LayeredFS,
|
||||
DLC,
|
||||
};
|
||||
|
||||
std::string FormatPatchTypeName(PatchType type);
|
||||
|
||||
Reference in New Issue
Block a user