mirror of
https://github.com/FranLMSP/snes.git
synced 2026-01-01 07:21:35 -05:00
* 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
13 lines
163 B
Makefile
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
|
|
|