mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 14:58:32 +00:00
ExpressionParser: expose ExpressionNode directly
This commit is contained in:
parent
85301e2bae
commit
7e74961eb1
3 changed files with 26 additions and 64 deletions
|
@ -37,7 +37,7 @@ void ControlReference::UpdateReference(const ciface::Core::DeviceContainer& devi
|
|||
int ControlReference::BoundCount() const
|
||||
{
|
||||
if (m_parsed_expression)
|
||||
return m_parsed_expression->num_controls;
|
||||
return m_parsed_expression->CountNumControls();
|
||||
else
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue