HID services: Difference between revisions
Line 856: | Line 856: | ||
Takes a PID, an [[AM_services|AppletResourceUserId]], a s64 [[#NpadCommunicationMode]], no output. | Takes a PID, an [[AM_services|AppletResourceUserId]], a s64 [[#NpadCommunicationMode]], no output. | ||
Stubbed, just returns 0. | [2.0.0+] Stubbed, just returns 0. | ||
== GetNpadCommunicationMode == | == GetNpadCommunicationMode == | ||
Line 863: | Line 863: | ||
sdknso uses a switch-statement to determine the value to write to the output [[#NpadCommunicationMode]], with the s64 (written value is the same as the s64). sdknso will Abort if the s64 is not 0-3. | sdknso uses a switch-statement to determine the value to write to the output [[#NpadCommunicationMode]], with the s64 (written value is the same as the s64). sdknso will Abort if the s64 is not 0-3. | ||
Stubbed, just returns hard-coded output mode=3. | [2.0.0+] Stubbed, just returns hard-coded output mode=3. | ||
== SetTouchScreenConfiguration == | == SetTouchScreenConfiguration == |