diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/memmap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/memmap.c b/source/memmap.c index 3e2d392..72b5d17 100644 --- a/source/memmap.c +++ b/source/memmap.c @@ -327,7 +327,8 @@ void S9xDeinitMemory() Memory.BSRAM = NULL; } - for (int t = 0; t < 2; t++) + int t; + for (t = 0; t < 2; t++) { if (IPPU.TileCache[t]) { |