mirror of
https://github.com/libretro/mgba.git
synced 2024-12-18 22:18:15 +00:00
GB Core: Fix uninitialized variable
This commit is contained in:
parent
40333fb69c
commit
cca3a94617
@ -261,7 +261,7 @@ static void _GBCoreReset(struct mCore* core) {
|
||||
}
|
||||
if (!found) {
|
||||
GBDetectModel(gb);
|
||||
const char* configPath;
|
||||
const char* configPath = NULL;
|
||||
|
||||
switch (gb->model) {
|
||||
case GB_MODEL_DMG:
|
||||
|
Loading…
Reference in New Issue
Block a user