mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-23 09:48:24 +00:00
FileSys: Implement OtherSaveData
This commit is contained in:
parent
e6de484ec3
commit
1e4a1598fd
7 changed files with 214 additions and 0 deletions
|
@ -34,6 +34,8 @@ enum class ArchiveIdCode : u32 {
|
|||
SDMC = 0x00000009,
|
||||
SDMCWriteOnly = 0x0000000A,
|
||||
NCCH = 0x2345678A,
|
||||
OtherSaveDataGeneral = 0x567890B2,
|
||||
OtherSaveDataPermitted = 0x567890B4,
|
||||
};
|
||||
|
||||
/// Media types for the archives
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue