Update gcmtool.py

This commit is contained in:
tmpz23 2021-12-18 13:11:31 +01:00 committed by GitHub
parent bb8db99f0b
commit 18870c2478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ DVD_MAGIC = b"\xC2\x33\x9F\x3D"
FST_TYPE_FILE = 0 FST_TYPE_FILE = 0
FST_TYPE_DIR = 1 FST_TYPE_DIR = 1
# BUG TO FIX : implement dest folder/file handling when given to unpack or pack.
###################################################################### ######################################################################
# Todo : add logging ; add extension check ; add --verbose ; add --disable-ignore # Todo : add logging ; add extension check ; add --verbose ; add --disable-ignore
# -> test it on random iso and check that it's the same than dolphin extract # -> test it on random iso and check that it's the same than dolphin extract