mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Qt/TAS: Fix issue #11620
This commit is contained in:
parent
8bad3f93f1
commit
04583b17da
4 changed files with 8 additions and 2 deletions
|
@ -31,6 +31,7 @@ protected:
|
|||
private:
|
||||
u16 m_x = 0;
|
||||
u16 m_y = 0;
|
||||
bool m_ignore_movement = false;
|
||||
};
|
||||
|
||||
// Should be part of class but fails to compile on mac os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue