diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2023-05-05 20:29:26 +0200 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2023-05-05 21:53:38 +0200 |
commit | 46e835f2d6531baea061a2723d171a2f5a1abf6a (patch) | |
tree | dab41bff4babe44fd5850c6f5042090d7179bf82 /src/core/hid/emulated_controller.h | |
parent | Merge pull request #10153 from FernandoS27/a-quickie-fixie (diff) | |
download | yuzu-46e835f2d6531baea061a2723d171a2f5a1abf6a.tar yuzu-46e835f2d6531baea061a2723d171a2f5a1abf6a.tar.gz yuzu-46e835f2d6531baea061a2723d171a2f5a1abf6a.tar.bz2 yuzu-46e835f2d6531baea061a2723d171a2f5a1abf6a.tar.lz yuzu-46e835f2d6531baea061a2723d171a2f5a1abf6a.tar.xz yuzu-46e835f2d6531baea061a2723d171a2f5a1abf6a.tar.zst yuzu-46e835f2d6531baea061a2723d171a2f5a1abf6a.zip |
Diffstat (limited to 'src/core/hid/emulated_controller.h')
-rw-r--r-- | src/core/hid/emulated_controller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hid/emulated_controller.h b/src/core/hid/emulated_controller.h index 429655355..6e01f4e12 100644 --- a/src/core/hid/emulated_controller.h +++ b/src/core/hid/emulated_controller.h @@ -106,6 +106,7 @@ struct ControllerMotion { Common::Vec3f accel{}; Common::Vec3f gyro{}; Common::Vec3f rotation{}; + Common::Vec3f euler{}; std::array<Common::Vec3f, 3> orientation{}; bool is_at_rest{}; }; |