mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-13 03:51:05 +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