Files
snes/Makefile
Franco 06355d8a34 General improvements (#10)
* Makefile

* Restart emulation as soon as a ROM is loaded

* upgrade eframe and wgpu

* adjust the tv output image size according to the current snes resolution

* fix bug when loading different roms
2024-11-06 22:45:43 -05:00

13 lines
163 B
Makefile

test:
cargo test
clippy:
cargo clippy --all-targets --all-features
run:
cargo run --bin snes-frontend
run-release:
cargo run --bin snes-frontend --release