mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 08:59:59 +00:00
Merge pull request #983 from mailwl/hid-fix
hid: fix IsSixAxisSensorAtRest() response
This commit is contained in:
commit
9fde7d739a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue