mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
GCMemcard: Remove obsolete commented out code, this is handled via InitActiveDirBat() and related.
This commit is contained in:
@ -179,14 +179,6 @@ GCMemcard::GCMemcard(const std::string& filename, bool forceCreation, bool shift
|
|||||||
// update checksums
|
// update checksums
|
||||||
csums = TestChecksums();
|
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);
|
mcdFile.Seek(0xa000, SEEK_SET);
|
||||||
|
Reference in New Issue
Block a user