GB Core: Fix uninitialized variable

This commit is contained in:
Vicki Pfau 2017-03-22 15:47:33 -07:00
parent 40333fb69c
commit cca3a94617
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ static void _GBCoreReset(struct mCore* core) {
} }
if (!found) { if (!found) {
GBDetectModel(gb); GBDetectModel(gb);
const char* configPath; const char* configPath = NULL;
switch (gb->model) { switch (gb->model) {
case GB_MODEL_DMG: case GB_MODEL_DMG: