mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
InputCommon: Fix input expression assignment operator behavior.
This commit is contained in:
parent
3f79aa23b4
commit
c9ad5430d0
4 changed files with 113 additions and 97 deletions
|
@ -42,7 +42,6 @@ protected:
|
|||
ValidateArguments(const std::vector<std::unique_ptr<Expression>>& args) = 0;
|
||||
|
||||
Expression& GetArg(u32 number);
|
||||
const Expression& GetArg(u32 number) const;
|
||||
u32 GetArgCount() const;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue