wiiu-env / EnvironmentLoader

GNU General Public License v3.0
87 stars 2 forks source link

can the EnvironmentLoader change a value in a file on boot? i #27

Open haimbilia opened 9 months ago

haimbilia commented 9 months ago

in the file DRCCfg.xml there is a line: <versionCheckFlag type="unsignedInt" length="4">1</versionCheckFlag> i need it changed to: <versionCheckFlag type="unsignedInt" length="4">0</versionCheckFlag> every time the console boots. i can change it manualy through recovery menu but it will change back to 1 everytime the gamepad resyncs. i need it to be always 0 so i can use a japanese gamepad on a USA console.

Maschell commented 9 months ago

With Aroma you can simply use https://github.com/wiiu-env/drc_region_free_plugin which is shipped with Aroma anyway