acb_extract: parallelize

This commit is contained in:
louis 2020-03-06 21:59:43 -05:00
parent 87e3398067
commit e9d5464c7b
3 changed files with 8 additions and 5 deletions

View file

@ -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)
{