mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Changes the default runner to log to console (#557)
- [ x] Changelog updated / no changelog update needed This closes issue #554 and allows the template project have logging to console on by default when you run `cargo run`
This commit is contained in:
commit
f3734f43c9
|
@ -7,8 +7,8 @@ target = "thumbv4t-none-eabi"
|
|||
|
||||
[target.thumbv4t-none-eabi]
|
||||
rustflags = ["-Clink-arg=-Tgba.ld", "-Ctarget-cpu=arm7tdmi"]
|
||||
runner = "mgba-qt"
|
||||
runner = ["mgba-qt", "-C", "logToStdout=1", "-C", "logLevel.gba.debug=127"]
|
||||
|
||||
[target.armv4t-none-eabi]
|
||||
rustflags = ["-Clink-arg=-Tgba.ld", "-Ctarget-cpu=arm7tdmi"]
|
||||
runner = "mgba-qt"
|
||||
runner = ["mgba-qt", "-C", "logToStdout=1", "-C", "logLevel.gba.debug=127"]
|
||||
|
|
Loading…
Reference in a new issue