diff --git a/src/gba/Cheats.cpp b/src/gba/Cheats.cpp index 0c59678c..b32c87c6 100644 --- a/src/gba/Cheats.cpp +++ b/src/gba/Cheats.cpp @@ -2047,7 +2047,7 @@ bool cheatsImportGSACodeFile(const char* name, int game, bool v3) return false; } - int len = 0; + uint32_t len = 0; bool found = false; int g = 0; while (games > 0) {