mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-30 02:49:32 -06:00
InputCommon: Allow controller settings specified with input expresions.
This commit is contained in:
@ -132,11 +132,9 @@ void MappingButton::UpdateIndicator()
|
||||
if (!isActiveWindow())
|
||||
return;
|
||||
|
||||
const auto state = m_reference->State();
|
||||
|
||||
QFont f = m_parent->font();
|
||||
|
||||
if (state > ControllerEmu::Buttons::ACTIVATION_THRESHOLD)
|
||||
if (m_reference->GetState<bool>())
|
||||
f.setBold(true);
|
||||
|
||||
setFont(f);
|
||||
|
Reference in New Issue
Block a user