mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-08-25 04:40:18 +02:00
hid: fix IsSixAxisSensorAtRest() response
This commit is contained in:
parent
2bc296801a
commit
3c498189b6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user