mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Fix "modifier" button functionality et al.
This commit is contained in:
@ -196,7 +196,7 @@ bool ControllerInterface::UpdateOutput(const bool force)
|
|||||||
ControlState ControllerInterface::InputReference::State( const ControlState ignore )
|
ControlState ControllerInterface::InputReference::State( const ControlState ignore )
|
||||||
{
|
{
|
||||||
if (parsed_expression)
|
if (parsed_expression)
|
||||||
return parsed_expression->GetValue();
|
return parsed_expression->GetValue() * range;
|
||||||
else
|
else
|
||||||
return 0.0f;
|
return 0.0f;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user