Add --inplace option to xorer invocation

Yuri Kunde Schlesner 2015-05-06 19:13:18 -03:00
parent 7c2b2b389d
commit 9dc4c4ae1c

@ -24,6 +24,6 @@ Repeat this process for every game you want to dump.
On your PC, download or compile [xorer](https://github.com/archshift/xorer). Run xorer with run it from the command line with the 3DS application as the first argument, and the xorpad files as the subsequent arguments. Example: On your PC, download or compile [xorer](https://github.com/archshift/xorer). Run xorer with run it from the command line with the 3DS application as the first argument, and the xorpad files as the subsequent arguments. Example:
`xorer someapp.app -e exheader.xorpad -x exefs.xorpad -r romfs.xorpad` `xorer someapp.app -e exheader.xorpad -x exefs.xorpad -r romfs.xorpad --inplace`
If the program is a 7.x type program and you have both an `exefs_norm.xorpad` and an `exefs_7x.xorpad` file, specify the 7x variant as well using `-7 exefs_7x.xorpad`. If you've already merged them through some other means, just pass the merged file in with `-x`. If the program is a 7.x type program and you have both an `exefs_norm.xorpad` and an `exefs_7x.xorpad` file, specify the 7x variant as well using `-7 exefs_7x.xorpad`. If you've already merged them through some other means, just pass the merged file in with `-x`.