mirror of https://github.com/mgba-emu/mgba.git
GBA: Fix hasOverride initialization
This commit is contained in:
parent
00e62f231a
commit
0e2ede06bc
|
@ -205,6 +205,7 @@ static bool _GBACoreInit(struct mCore* core) {
|
|||
core->debugger = NULL;
|
||||
core->symbolTable = NULL;
|
||||
core->videoLogger = NULL;
|
||||
gbacore->hasOverride = false;
|
||||
gbacore->overrides = NULL;
|
||||
gbacore->debuggerPlatform = NULL;
|
||||
gbacore->cheatDevice = NULL;
|
||||
|
|
Loading…
Reference in New Issue