mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Qt/TAS: Fix issue #11620
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user