mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 19:27:57 -05: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