diff options
| -rw-r--r-- | src/core/hle/service/hid/hid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/hid.cpp b/src/core/hle/service/hid/hid.cpp index 8f0262e34..dcdfa0e19 100644 --- a/src/core/hle/service/hid/hid.cpp +++ b/src/core/hle/service/hid/hid.cpp | |||
| @@ -457,7 +457,7 @@ private: | |||
| 457 | } | 457 | } |
| 458 | 458 | ||
| 459 | void IsSixAxisSensorAtRest(Kernel::HLERequestContext& ctx) { | 459 | void IsSixAxisSensorAtRest(Kernel::HLERequestContext& ctx) { |
| 460 | IPC::ResponseBuilder rb{ctx, 2}; | 460 | IPC::ResponseBuilder rb{ctx, 3}; |
| 461 | rb.Push(RESULT_SUCCESS); | 461 | rb.Push(RESULT_SUCCESS); |
| 462 | // TODO (Hexagon12): Properly implement reading gyroscope values from controllers. | 462 | // TODO (Hexagon12): Properly implement reading gyroscope values from controllers. |
| 463 | rb.Push(true); | 463 | rb.Push(true); |