mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +02:00
hid: Fix comment.
This commit is contained in:
parent
d3838b8e08
commit
4149481608
@ -1139,7 +1139,7 @@ Result hidSetSupportedNpadStyleSet(u32 style_set) {
|
|||||||
static Result _hidActivateGesture(void) {
|
static Result _hidActivateGesture(void) {
|
||||||
u32 val=1;
|
u32 val=1;
|
||||||
|
|
||||||
return _hidCmdInU32AruidNoOut(val, 91); // ActivateNpadWithRevision
|
return _hidCmdInU32AruidNoOut(val, 91); // ActivateGesture
|
||||||
}
|
}
|
||||||
|
|
||||||
Result hidGetSupportedNpadStyleSet(u32 *style_set) {
|
Result hidGetSupportedNpadStyleSet(u32 *style_set) {
|
||||||
|
Loading…
Reference in New Issue
Block a user