summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorAdmiral H. Curtiss <pikachu025@gmail.com>2019-01-06 14:05:56 +0100
committerAdmiral H. Curtiss <pikachu025@gmail.com>2019-01-06 14:12:59 +0100
commit41767daabca1d8dc853eb66547a0b1c2d41b4627 (patch)
treea16643ef327f2a99cf5e4b97a727615610fbaf71 /Source/Core
parent111f0b38e0e49f937db7aee054baae6d6b5db03a (diff)
GCMemcard: Remove obsolete commented out code, this is handled via InitActiveDirBat() and related.
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/HW/GCMemcard/GCMemcard.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/Core/Core/HW/GCMemcard/GCMemcard.cpp b/Source/Core/Core/HW/GCMemcard/GCMemcard.cpp
index c6a2fcd941..8df7d5a662 100644
--- a/Source/Core/Core/HW/GCMemcard/GCMemcard.cpp
+++ b/Source/Core/Core/HW/GCMemcard/GCMemcard.cpp
@@ -179,14 +179,6 @@ GCMemcard::GCMemcard(const std::string& filename, bool forceCreation, bool shift
// update checksums
csums = TestChecksums();
}
- // It seems that the backup having a larger counter doesn't necessarily mean
- // the backup should be copied?
- // }
- //
- // if (dir_backup.m_update_counter > dir.m_update_counter) //check if the backup is newer
- // {
- // dir = dir_backup;
- // bat = bat_backup; // needed?
}
mcdFile.Seek(0xa000, SEEK_SET);