Netplay: Fixed potential crash when using netplay with cheats enabled
This commit is contained in:
parent
84a63e04dc
commit
a6f5494180
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ private:
|
|||
uint8_t* _stateData = nullptr;
|
||||
uint32_t _dataSize = 0;
|
||||
|
||||
CodeInfo* _cheats;
|
||||
CodeInfo* _cheats = nullptr;
|
||||
uint32_t _cheatArraySize = 0;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Reference in a new issue