Files
ppsspp/Tools/langtool

Language ini file processor tool

Wrote it quickly in rust as a little exercise.

To run, with rust installed:

cargo run

To autoformat the code, use:

cargo fmt

or set up your IDE to do that.