hid: fix IsSixAxisSensorAtRest() response

This commit is contained in:
mailwl
2018-08-08 09:32:38 +03:00
parent 56db69c5ef
commit 9b754d320a

View File

@@ -457,7 +457,7 @@ private:
}
void IsSixAxisSensorAtRest(Kernel::HLERequestContext& ctx) {
IPC::ResponseBuilder rb{ctx, 2};
IPC::ResponseBuilder rb{ctx, 3};
rb.Push(RESULT_SUCCESS);
// TODO (Hexagon12): Properly implement reading gyroscope values from controllers.
rb.Push(true);