bash2 icon indicating copy to clipboard operation
bash2 copied to clipboard

Conditional query optimization? Does this break anything?

Open followingthefasciaplane opened this issue 1 year ago • 1 comments

This is built on top of my other PR: https://github.com/hermansimensen/bash2/pull/32

Do we need to be querying m_customaccel, m_customaccel_exponent, m_customaccel_scale, m_customaccel_max, m_filter if m_rawinput is not 0? The values of these cvars do nothing if m_rawinput is set to 1.

Additionally, I have made joy_yawsensitivity querying conditional based on joystick 1

followingthefasciaplane avatar Aug 05 '24 10:08 followingthefasciaplane

From my testing, everything seems to work fine.

followingthefasciaplane avatar Aug 12 '24 11:08 followingthefasciaplane