When using internal decompressor, bypass extracting files to temporary folder.

Not needed and is slower.
This commit is contained in:
2025-07-26 17:01:30 +01:00
parent a8921f640d
commit 054b9ffd0d
8 changed files with 412 additions and 4 deletions

View File

@@ -392,5 +392,11 @@ namespace RomRepoMgr.Core.Resources {
return ResourceManager.GetString("DatImportSuccess", resourceCulture);
}
}
internal static string ImportingFile {
get {
return ResourceManager.GetString("ImportingFile", resourceCulture);
}
}
}
}