diff --git a/Cargo.toml b/Cargo.toml index 96c9c18..a9fe5ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,9 @@ members = [ "fps_bench" ] +default-members = ["platform/rustboyadvance-sdl2"] + + [profile.dev] opt-level = 2 debug = true diff --git a/README.md b/README.md index 96bff37..7e71eb5 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Place the bios file in the repository root and name it `gba_bios.bin` (or altern Build and run in release mode (performance is terrible in the `dev` profile) ```bash -$ cargo run --release -p rustboyadvance-sdl2 -- path/to/rom +$ cargo run --release -- path/to/rom ```