mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
parent
a500347345
commit
3e4725f390
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue