mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
WiimoteEmu: Make the "Total Yaw" setting work again.
This commit is contained in:
parent
723115b7b6
commit
0aacf3a627
6 changed files with 66 additions and 19 deletions
|
@ -288,6 +288,8 @@ public:
|
|||
static void Multiply(const Matrix33& a, const Matrix33& b, Matrix33* result);
|
||||
static void Multiply(const Matrix33& a, const Vec3& vec, Vec3* result);
|
||||
|
||||
Matrix33 Inverted() const;
|
||||
|
||||
Matrix33& operator*=(const Matrix33& rhs)
|
||||
{
|
||||
Multiply(*this, rhs, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue