AnalogController: Use range for large motor, add bias

Seems the bias is needed for FF8.
This commit is contained in:
Connor McLaughlin
2020-09-17 19:56:26 +10:00
parent 67d0bbedb1
commit debfd53618
2 changed files with 16 additions and 4 deletions

View File

@ -135,6 +135,7 @@ private:
u32 m_index;
bool m_auto_enable_analog = false;
u8 m_rumble_bias = 8;
bool m_analog_mode = false;
bool m_analog_locked = false;