mirror of
https://github.com/Virtual-World-RE/NeoGF.git
synced 2024-11-15 13:55:35 +01:00
Update gcmtool.py
This commit is contained in:
parent
c225501bf3
commit
06b1c75b08
|
@ -404,6 +404,7 @@ class Gcm:
|
||||||
logging.info(f"Patching sys/boot.bin offset 0x{BootBin.MAXFSTLEN_OFFSET:x} with new max fst size (0x{fst_size:x})")
|
logging.info(f"Patching sys/boot.bin offset 0x{BootBin.MAXFSTLEN_OFFSET:x} with new max fst size (0x{fst_size:x})")
|
||||||
bootbin.set_max_fst_len(fst_size)
|
bootbin.set_max_fst_len(fst_size)
|
||||||
|
|
||||||
|
bootbin_file.seek(0)
|
||||||
bootbin_file.write(bootbin.data())
|
bootbin_file.write(bootbin.data())
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user