GBA: Fix unintialized stack variable

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

View File

@ -156,7 +156,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