AnalogController: Fix regression in analog mode toggling

This commit is contained in:
Albert Liu
2021-02-21 16:12:41 -08:00
parent 329e8317b4
commit 71d748ef04
2 changed files with 31 additions and 21 deletions

View File

@ -111,6 +111,7 @@ private:
constexpr u8 GetStatusByte() const { return 0x5A; };
void SetAnalogMode(bool enabled);
void ProcessAnalogModeToggle();
void SetMotorState(u8 motor, u8 value);
u8 GetExtraButtonMaskLSB() const;
void ResetRumbleConfig();