hid: fix IsSixAxisSensorAtRest() response
This commit is contained in:
parent
2bc296801a
commit
3c498189b6
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
void IsSixAxisSensorAtRest(Kernel::HLERequestContext& ctx) {
|
void IsSixAxisSensorAtRest(Kernel::HLERequestContext& ctx) {
|
||||||
IPC::ResponseBuilder rb{ctx, 2};
|
IPC::ResponseBuilder rb{ctx, 3};
|
||||||
rb.Push(RESULT_SUCCESS);
|
rb.Push(RESULT_SUCCESS);
|
||||||
// TODO (Hexagon12): Properly implement reading gyroscope values from controllers.
|
// TODO (Hexagon12): Properly implement reading gyroscope values from controllers.
|
||||||
rb.Push(true);
|
rb.Push(true);
|
||||||
|
|
Loading…
Reference in a new issue