mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 19:45:46 +00:00
patch_manager: Add DLC recognition to PatchManager
This commit is contained in:
parent
8f2ad3a66d
commit
32fc31fb13
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