mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix uninitialized memory issue
This commit is contained in:
parent
2bacae3075
commit
a2b3129bc0
|
@ -230,7 +230,7 @@ private:
|
|||
|
||||
bool m_autosave;
|
||||
bool m_autoload;
|
||||
int m_autosaveCounter;
|
||||
int m_autosaveCounter = 0;
|
||||
|
||||
int m_fastForward = false;
|
||||
int m_fastForwardForced = false;
|
||||
|
|
Loading…
Reference in New Issue