mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 03:35:19 +02:00
This is mainly useful if you want an authentic pixellated look with 1x rendering (or software) and nearest display filter. It'll simply round down the auto-scaled sized to the nearest integer scale factor, configuring exactly which one isn't that interesting since they all are gonna look good. Fixes #17093
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).