Skip to content

Commit

Permalink
Remove unused variables in N64.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancyker committed Sep 13, 2023
1 parent fafd9ca commit 4f8ef61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cart_Reader/N64.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit 4f8ef61

Please sign in to comment.