mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Merge pull request #6677 from 404-Name-Not-Found/master
Fix test rumble feature in controller configuration
This commit is contained in:
@ -105,8 +105,8 @@ ControlState InputReference::State(const ControlState ignore)
|
|||||||
//
|
//
|
||||||
ControlState OutputReference::State(const ControlState state)
|
ControlState OutputReference::State(const ControlState state)
|
||||||
{
|
{
|
||||||
if (m_parsed_expression && InputGateOn())
|
if (m_parsed_expression)
|
||||||
m_parsed_expression->SetValue(state);
|
m_parsed_expression->SetValue(state * range);
|
||||||
return 0.0;
|
return 0.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user