mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-25 21:01:12 +00: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