mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-29 10:29:32 -06:00
ExpressionParser: expose ExpressionNode directly
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user