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
This commit is contained in:
2024-11-06 22:45:43 -05:00
committed by GitHub
parent 966b24697c
commit 06355d8a34
11 changed files with 59 additions and 12 deletions
+12
View File
@@ -0,0 +1,12 @@
test:
cargo test
clippy:
cargo clippy --all-targets --all-features
run:
cargo run --bin snes-frontend
run-release:
cargo run --bin snes-frontend --release