localStorage is a Storage instance which persists to the system's Save Data filesystem.
When localStorage is accessed for the first time, the currently selected user profile is checked
to determine the profile which the data will be stored for. If no user profile is currently selected,
then the profile selection interface is shown.
localStorage
is a Storage instance which persists to the system's Save Data filesystem.When
localStorage
is accessed for the first time, the currently selected user profile is checked to determine the profile which the data will be stored for. If no user profile is currently selected, then the profile selection interface is shown.