acb_extract: parallelize
This commit is contained in:
parent
87e3398067
commit
e9d5464c7b
3 changed files with 8 additions and 5 deletions
|
|
@ -467,7 +467,7 @@ namespace vgm_acb.extract
|
|||
|
||||
int tableSize = (int)this.UtfReader.ReadUint(fs, offsetToUtfTable, 4) + 8;
|
||||
|
||||
pathToUtf = Path.Combine(Path.GetTempPath(), TEMP_UTF_TABLE_FILE);
|
||||
pathToUtf = Path.Combine(Path.GetTempPath(), $"{Guid.NewGuid()}_{TEMP_UTF_TABLE_FILE}");
|
||||
|
||||
if (this.IsEncrypted)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue