GBA: Fix unintialized stack variable

This commit is contained in:
Jeffrey Pfau 2015-04-08 21:45:46 -07:00
parent c05d08759a
commit 9324fedee4
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ bool GBAOverrideFind(const struct Configuration* config, struct GBACartridgeOver
override->savetype = SAVEDATA_AUTODETECT;
override->hardware = HW_NONE;
override->idleLoop = IDLE_LOOP_NONE;
bool found;
bool found = false;
if (override->id[0] == 'F') {
// Classic NES Series