GBA: Fix hasOverride initialization

This commit is contained in:
Vicki Pfau 2023-07-10 18:17:46 -07:00
parent 00e62f231a
commit 0e2ede06bc
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ static bool _GBACoreInit(struct mCore* core) {
core->debugger = NULL; core->debugger = NULL;
core->symbolTable = NULL; core->symbolTable = NULL;
core->videoLogger = NULL; core->videoLogger = NULL;
gbacore->hasOverride = false;
gbacore->overrides = NULL; gbacore->overrides = NULL;
gbacore->debuggerPlatform = NULL; gbacore->debuggerPlatform = NULL;
gbacore->cheatDevice = NULL; gbacore->cheatDevice = NULL;