mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 23:17:51 +00:00
FileSys: rename SaveDataCheck archive to NCCH archive
According to the observation from game and 3dbrew "Used for accessing general NCCH data"
This commit is contained in:
parent
bfc699293f
commit
01964d37fb
5 changed files with 22 additions and 23 deletions
|
@ -33,7 +33,7 @@ enum class ArchiveIdCode : u32 {
|
|||
SystemSaveData = 0x00000008,
|
||||
SDMC = 0x00000009,
|
||||
SDMCWriteOnly = 0x0000000A,
|
||||
SaveDataCheck = 0x2345678A,
|
||||
NCCH = 0x2345678A,
|
||||
};
|
||||
|
||||
/// Media types for the archives
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue