mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-30 16:01:09 -04:00
ExpressionParser: Add optional 2nd argument to toggle function which clears state.
This commit is contained in:
@@ -30,6 +30,7 @@ protected:
|
||||
|
||||
Expression& GetArg(u32 number);
|
||||
const Expression& GetArg(u32 number) const;
|
||||
u32 GetArgCount() const;
|
||||
|
||||
private:
|
||||
std::vector<std::unique_ptr<Expression>> m_args;
|
||||
|
||||
Reference in New Issue
Block a user