summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_console.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-12-21 09:13:54 +0100
committerGitHub <noreply@github.com>2021-12-21 09:13:54 +0100
commit5e24f7ed3106542838a557dd2cc872e7e338fbb5 (patch)
treeac773436f7767a0d5c6c411f0717269cbd19f29a /src/core/hid/emulated_console.h
parentMerge pull request #7609 from Tatsh/file-assoc (diff)
parentservice/hid: Improve console motion accuracy (diff)
downloadyuzu-5e24f7ed3106542838a557dd2cc872e7e338fbb5.tar
yuzu-5e24f7ed3106542838a557dd2cc872e7e338fbb5.tar.gz
yuzu-5e24f7ed3106542838a557dd2cc872e7e338fbb5.tar.bz2
yuzu-5e24f7ed3106542838a557dd2cc872e7e338fbb5.tar.lz
yuzu-5e24f7ed3106542838a557dd2cc872e7e338fbb5.tar.xz
yuzu-5e24f7ed3106542838a557dd2cc872e7e338fbb5.tar.zst
yuzu-5e24f7ed3106542838a557dd2cc872e7e338fbb5.zip
Diffstat (limited to 'src/core/hid/emulated_console.h')
-rw-r--r--src/core/hid/emulated_console.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hid/emulated_console.h b/src/core/hid/emulated_console.h
index 3afd284d5..707419102 100644
--- a/src/core/hid/emulated_console.h
+++ b/src/core/hid/emulated_console.h
@@ -50,6 +50,8 @@ struct ConsoleMotion {
Common::Vec3f rotation{};
std::array<Common::Vec3f, 3> orientation{};
Common::Quaternion<f32> quaternion{};
+ Common::Vec3f gyro_bias{};
+ f32 verticalization_error{};
bool is_at_rest{};
};