Enumerations
FsSaveDataType
Identifies what kind of save data a Switch.SaveData
store represents. Used to filter the iterator on Switch.SaveData and to
compare against SaveData.type.
Enumeration Members
| Enumeration Member | Value | Description |
|---|---|---|
Account | 1 | Per-user account save data — the typical kind for application save files. |
Bcat | 2 | BCAT (broadcast) save data, used for downloaded promotional/online content. |
Cache | 5 | Cache save data, used for non-critical caches that the OS may evict. Available since system version 3.0.0. |
Device | 3 | Device save data, shared across all user accounts on the console. |
System | 0 | System save data, owned by the OS or a system module. |
SystemBcat | 6 | System BCAT save data. Available since system version 4.0.0. |
Temporary | 4 | Temporary save data that is wiped on reboot. Available since system version 3.0.0. |