mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-30 18:55:43 -04:00
AnalogController: Fix analog-as-digital applying in analog mode
This commit is contained in:
parent
fda95fb903
commit
7078f73ecf
@ -191,7 +191,7 @@ void AnalogController::SetMotorState(u8 motor, u8 value)
|
|||||||
|
|
||||||
u8 AnalogController::GetExtraButtonMaskLSB() const
|
u8 AnalogController::GetExtraButtonMaskLSB() const
|
||||||
{
|
{
|
||||||
if (!m_analog_dpad_in_digital_mode)
|
if (!m_analog_dpad_in_digital_mode || m_analog_mode)
|
||||||
return 0xFF;
|
return 0xFF;
|
||||||
|
|
||||||
static constexpr u8 NEG_THRESHOLD = static_cast<u8>(128.0f - (127.0 * 0.5f));
|
static constexpr u8 NEG_THRESHOLD = static_cast<u8>(128.0f - (127.0 * 0.5f));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user