mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 16:47:57 -05:00
FileSys: Implement OtherSaveData
This commit is contained in:
@ -34,6 +34,8 @@ enum class ArchiveIdCode : u32 {
|
||||
SDMC = 0x00000009,
|
||||
SDMCWriteOnly = 0x0000000A,
|
||||
NCCH = 0x2345678A,
|
||||
OtherSaveDataGeneral = 0x567890B2,
|
||||
OtherSaveDataPermitted = 0x567890B4,
|
||||
};
|
||||
|
||||
/// Media types for the archives
|
||||
|
Reference in New Issue
Block a user