yuzu: Add motion preview to controller input

This commit is contained in:
Narr the Reg 2023-05-05 12:29:26 -06:00
parent c9a31835b6
commit 94c16132ba
7 changed files with 151 additions and 4 deletions

View file

@ -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{};
};