patch_manager: Add DLC recognition to PatchManager

This commit is contained in:
Zach Hilman
2018-09-26 22:15:05 -04:00
parent 8f2ad3a66d
commit 32fc31fb13
2 changed files with 27 additions and 0 deletions

View File

@ -27,6 +27,7 @@ std::string FormatTitleVersion(u32 version,
enum class PatchType {
Update,
LayeredFS,
DLC,
};
std::string FormatPatchTypeName(PatchType type);