add make assets target

This commit is contained in:
Pheenoh
2021-06-13 19:47:12 -04:00
parent 7f0af375d9
commit 8bfe2c49f8
3 changed files with 31 additions and 11 deletions
+1 -2
View File
@@ -20,8 +20,7 @@ def getFstInfo(handler, fstOffsetPosition):
"""
Parses the fst.bin into a list of dictionaries containing
the file name, file offset into the ISO, the file size,
and the folder structure
the file entry type, the file/folder name, the ISO file offset/parent file entry, the file size/last file entry
"""
def parseFstBin(fstBinBytes):
currentByte = 0