1
0
Fork 0
mirror of https://github.com/hrydgard/ppsspp.git synced 2025-04-02 11:01:50 -04:00
ppsspp/Tools/langtool
2023-02-02 11:05:33 +01:00
..
src Change "Customize tilt..." to "Tilt control setup" 2023-02-02 11:05:33 +01:00
.gitignore
Cargo.lock Update langtool dependencies 2023-02-01 15:51:33 +01:00
Cargo.toml Use the structopt crate to add some nice subcommands to langtool. 2021-09-22 23:57:07 +02:00
README.md Use the structopt crate to add some nice subcommands to langtool. 2021-09-22 23:57:07 +02:00
unused-euristic.sh Fix missing GPU and run tools 2022-05-15 00:57:56 +02:00

Language ini file processor tool

To install Rust and cargo, go here.

To run, with rust installed, change to this Tools/langtool directory, then:

cargo run

(Or just move the binary out of target/ and run it directly).

To see command line usage, type:

cargo run -- --help

To autoformat the code, use:

cargo fmt

or set up your IDE to do that (it's already pre-set-up for VS Code, if you open the langtool folder directly).