(02-15-2018, 12:03 AM)Vega Wrote: WSTRT commmands...
Patch Multiple GCT files to main.dol (3 GCTs used in example)
wstrt patch main.dol --add-section a.gct --add-section b.gct --add-section c.gct
Since v2.28a (2022-08-27) --add-section accepts wildcards. Quoting is necessary to avoid wildcard expansion by the shell.
wstrt patch main.dol --add-section "[abc].gct"
wstrt patch main.dol --add-section "*.gct"
wstrt patch main.dol --add-section "./path/*/*.gct"