Fix file name for tphd table
This commit is contained in:
parent
376657825c
commit
0384191687
Binary file not shown.
Binary file not shown.
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user