mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 23:25:46 +00:00
patch_manager: Add DLC recognition to PatchManager
This commit is contained in:
parent
e0aedfac10
commit
cfc63b8736
2 changed files with 27 additions and 0 deletions
|
@ -27,6 +27,7 @@ std::string FormatTitleVersion(u32 version,
|
|||
enum class PatchType {
|
||||
Update,
|
||||
LayeredFS,
|
||||
DLC,
|
||||
};
|
||||
|
||||
std::string FormatPatchTypeName(PatchType type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue