Add missing class variable

This commit is contained in:
Phillip Stephens 2022-02-09 01:01:06 -08:00
parent a6b2d66e1e
commit 7ee8f6e01d
Signed by: Antidote
GPG Key ID: F8BEE4C83DACA60D
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ struct CFinalInput {
float m_leftMul = 1.f; float m_leftMul = 1.f;
float m_rightMul = 1.f; float m_rightMul = 1.f;
u32 m_which = -1;
CFinalInput(); CFinalInput();
// CFinalInput(int cIdx, float dt, const boo::DolphinControllerState& data, const CFinalInput& prevInput, float leftDiv, // CFinalInput(int cIdx, float dt, const boo::DolphinControllerState& data, const CFinalInput& prevInput, float leftDiv,