mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 13:38:05 +00:00
SaveDataCheck: Preliminary work in this archive.
This allows Steel Diver to boot further, some files are needed. This is still not ready and needs a big cleanup, this will possibly be delayed until the way we handle archives is fixed (with factory classes instead of ahead-of-time creation of archives)
This commit is contained in:
parent
3d9bf13439
commit
13efbdc201
4 changed files with 63 additions and 7 deletions
|
@ -22,6 +22,7 @@ enum class ArchiveIdCode : u32 {
|
|||
SystemSaveData = 0x00000008,
|
||||
SDMC = 0x00000009,
|
||||
SDMCWriteOnly = 0x0000000A,
|
||||
SaveDataCheck = 0x2345678A,
|
||||
};
|
||||
|
||||
typedef u64 ArchiveHandle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue