2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 16:06:10 +00:00

Add missing class variable

This commit is contained in:
2022-02-09 01:01:06 -08:00
parent a6b2d66e1e
commit 7ee8f6e01d

View File

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