mirror of
https://github.com/ahezard/twl_firm_patcher.git
synced 2025-06-18 21:35:33 -04:00
6 lines
188 B
Batchfile
6 lines
188 B
Batchfile
@@Echo off
|
|
python build_firm_bin_from_twlbg_cxi.py --cxi loader/twlBg_patched.cxi --firm ExeFS/code.bin --out patched_firmware_twl.bin
|
|
|
|
ctrtool.exe -it firm patched_firmware_twl.bin
|
|
pause
|