GCMemcard: Remove obsolete commented out code, this is handled via InitActiveDirBat() and related.

This commit is contained in:
Admiral H. Curtiss 2019-01-06 14:05:56 +01:00
parent 111f0b38e0
commit 41767daabc
1 changed files with 0 additions and 8 deletions

View File

@ -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);