1
0
mirror of synced 2025-02-20 20:51:35 +01:00

Fix file name for tphd table

This commit is contained in:
KillzXGaming 2019-06-12 17:41:03 -04:00
parent 376657825c
commit 0384191687
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -162,8 +162,8 @@ namespace Switch_Toolbox.Library.IO
}
}*/
CompressedFileTbl.WriteCompressedTable(new FileWriter($"{Runtime.TpGamePath}/FileSizeListTEST.txt"));
DecompressedFileTbl.WriteDecompressedTable(new FileWriter($"{Runtime.TpGamePath}/DecompressedSizeListTEST.txt"));
CompressedFileTbl.WriteCompressedTable(new FileWriter($"{Runtime.TpGamePath}/FileSizeList.txt"));
DecompressedFileTbl.WriteDecompressedTable(new FileWriter($"{Runtime.TpGamePath}/DecompressedSizeList.txt"));
}
return FileLog;