Settings services: Difference between revisions
No edit summary |
No edit summary |
||
Line 888: | Line 888: | ||
Official sw sets the input to an u8 loaded from an input [[#TouchScreenMode]]. | Official sw sets the input to an u8 loaded from an input [[#TouchScreenMode]]. | ||
== | == UserSelectorFlag == | ||
This is "nn::settings::system:: | This is "nn::settings::system::UserSelectorFlag". | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 897: | Line 895: | ||
! Description | ! Description | ||
|- | |- | ||
| 0 || | | 0 || SkipsIfSingleUser | ||
|- | |- | ||
| 31 || Unknown | | 31 || Unknown | ||
|} | |} | ||
== UserSelectorSettings == | |||
This is "nn::settings::system::UserSelectorSettings". | |||
This contains an u32 bitmask for [[#UserSelectorFlag]]. | |||
== AccountSettings == | |||
This is "nn::settings::system::AccountSettings". | |||
This contains [[#UserSelectorSettings]]. | |||
== EulaVersion == | == EulaVersion == |