mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
Unify ProgressCallbacks to a Common::ProgressCallback
This commit is contained in:
@@ -53,7 +53,7 @@ void SDMCDecryptor::Reset(std::size_t total_size) {
|
||||
}
|
||||
|
||||
bool SDMCDecryptor::DecryptAndWriteFile(const std::string& source, const std::string& destination,
|
||||
const ProgressCallback& callback) {
|
||||
const Common::ProgressCallback& callback) {
|
||||
if (!FileUtil::CreateFullPath(destination)) {
|
||||
LOG_ERROR(Core, "Could not create path {}", destination);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user