Skips checksum verification when importing zipped games
Verification can take an annoyingly long time, especially for larger ROMs.
This commit is contained in:
parent
8bd6fe1e11
commit
6909b6248f
@ -545,7 +545,7 @@ extension DatabaseManager
|
|||||||
try FileManager.default.removeItem(at: outputURL)
|
try FileManager.default.removeItem(at: outputURL)
|
||||||
}
|
}
|
||||||
|
|
||||||
_ = try archive.extract(entry, to: outputURL)
|
_ = try archive.extract(entry, to: outputURL, skipCRC32: true)
|
||||||
|
|
||||||
outputURLs.insert(outputURL)
|
outputURLs.insert(outputURL)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user