mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 06:39:14 +01:00
parent
a500347345
commit
3e4725f390
@ -105,8 +105,8 @@ ControlState InputReference::State(const ControlState ignore)
|
||||
//
|
||||
ControlState OutputReference::State(const ControlState state)
|
||||
{
|
||||
if (m_parsed_expression && InputGateOn())
|
||||
m_parsed_expression->SetValue(state);
|
||||
if (m_parsed_expression)
|
||||
m_parsed_expression->SetValue(state * range);
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user