|
|
|
@ -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); |
|
|
|
|