From 4f8ef61355dea70b2bab1591b4cb403592ce5ac4 Mon Sep 17 00:00:00 2001 From: Ancyker Date: Wed, 13 Sep 2023 10:32:48 -0400 Subject: [PATCH] Remove unused variables in N64.ino --- Cart_Reader/N64.ino | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cart_Reader/N64.ino b/Cart_Reader/N64.ino index 8124d2b..ca57923 100644 --- a/Cart_Reader/N64.ino +++ b/Cart_Reader/N64.ino @@ -4050,7 +4050,6 @@ unsigned long verifyFlashrom_N64() { N64 Gameshark Flash Functions *****************************************/ void flashGameshark_N64() { - int flashSize = 0; // Check flashrom ID's unlockGSAddressRanges(); idGameshark_N64(); @@ -4384,7 +4383,6 @@ void writeGameshark_N64() { uint32_t processedProgressBar = 0; uint32_t totalProgressBar = (uint32_t)(fileSize); draw_progressbar(0, totalProgressBar); - bool toggle = true; myFile.seek(0); for (unsigned long currSector = 0; currSector < fileSize; currSector += 16384) { for (unsigned long currSdBuffer = 0; currSdBuffer < 16384; currSdBuffer += 256) {