aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAncyker <[email protected]>2023-09-13 10:32:48 -0400
committerAncyker <[email protected]>2023-09-13 10:32:48 -0400
commit4f8ef61355dea70b2bab1591b4cb403592ce5ac4 (patch)
tree9b8c32bbcffc80771bf00dd5bec26b57075cb56c
parentfafd9caf7f3876f4c0669967d78f734f5492c321 (diff)
downloadcartreader-4f8ef61355dea70b2bab1591b4cb403592ce5ac4.tar.gz
cartreader-4f8ef61355dea70b2bab1591b4cb403592ce5ac4.zip
Remove unused variables in N64.ino
-rw-r--r--Cart_Reader/N64.ino2
1 files changed, 0 insertions, 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) {