Incorrect return value in cheatsImportGSACodeFile

This commit is contained in:
Mystro256 2017-02-12 01:00:41 -05:00 committed by Rafael Kitover
parent cc2fabbf0a
commit 7e8efe963f
1 changed files with 1 additions and 1 deletions

View File

@ -2094,7 +2094,7 @@ bool cheatsImportGSACodeFile(const char* name, int game, bool v3)
}
}
fclose(f);
return false;
return true;
}
void cheatsCBAReverseArray(uint8_t* array, uint8_t* dest)