Skip to content
Snippets Groups Projects
Verified Commit c514006f authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: debug feature support in Boytacean SDL

parent 141cff34
No related branches found
No related tags found
1 merge request!23Support for serial data transfer 🔌
Pipeline #2512 passed
...@@ -7,6 +7,9 @@ license = "Apache-2.0" ...@@ -7,6 +7,9 @@ license = "Apache-2.0"
keywords = ["gameboy", "emulator", "rust", "sdl"] keywords = ["gameboy", "emulator", "rust", "sdl"]
edition = "2018" edition = "2018"
[features]
debug = ["boytacean/debug"]
[dependencies.boytacean] [dependencies.boytacean]
path = "../.." path = "../.."
......
...@@ -23,3 +23,9 @@ To reload the code continuously use the cargo watch tool: ...@@ -23,3 +23,9 @@ To reload the code continuously use the cargo watch tool:
cargo install cargo-watch cargo install cargo-watch
cargo watch -x run cargo watch -x run
``` ```
There are some feature flags that control the verbosity of the emulator to run in debug mode use:
```bash
cargo run --features debug
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment