mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 15:55:31 +01:00
GCMemcard: Remove obsolete commented out code, this is handled via InitActiveDirBat() and related.
This commit is contained in:
parent
111f0b38e0
commit
41767daabc
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user