mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 12:55:45 +00:00
fixing crashes when installing updates
This commit is contained in:
parent
b2d16cb3dd
commit
cee222f0e6
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ enum class TitleType : u8 {
|
||||||
Update = 0x81,
|
Update = 0x81,
|
||||||
AOC = 0x82,
|
AOC = 0x82,
|
||||||
DeltaTitle = 0x83,
|
DeltaTitle = 0x83,
|
||||||
|
DataPatch = 0x84,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum class ContentRecordType : u8 {
|
enum class ContentRecordType : u8 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue