nx.js
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 MemberValueDescription
Account1Per-user account save data — the typical kind for application save files.
Bcat2BCAT (broadcast) save data, used for downloaded promotional/online content.
Cache5Cache save data, used for non-critical caches that the OS may evict. Available since system version 3.0.0.
Device3Device save data, shared across all user accounts on the console.
System0System save data, owned by the OS or a system module.
SystemBcat6System BCAT save data. Available since system version 4.0.0.
Temporary4Temporary save data that is wiped on reboot. Available since system version 3.0.0.

On this page