Settings services: Difference between revisions

Line 777: Line 777:
No input, returns an output s32.
No input, returns an output s32.


Official sw loads the output as an u8 and copies it to an output "nn::settings::system::TouchScreenMode".
Official sw loads the output as an u8 and copies it to an output [[#TouchScreenMode]].


== SetTouchScreenMode ==
== SetTouchScreenMode ==
Takes an input s32, no output.
Takes an input s32, no output.


Official sw sets the input to an u8 loaded from an input "nn::settings::system::TouchScreenMode".
Official sw sets the input to an u8 loaded from an input [[#TouchScreenMode]].


== ServiceDiscoveryControlSettings ==
== ServiceDiscoveryControlSettings ==
Line 794: Line 794:
| IsChangeEnvironmentIdentifierDisabled
| IsChangeEnvironmentIdentifierDisabled
|}
|}
== TouchScreenMode ==
This is "nn::settings::system::TouchScreenMode".
This is an u8. This controls "Touch-Screen Sensitivity", values:
* 0: Stylus.
* 1: Standard, the default.


= System Config =
= System Config =