diff --git a/.cargo/config.toml b/.cargo/config.toml index 069415d8..e9d1ca90 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -4,3 +4,7 @@ build-std-features = ["compiler-builtins-mem"] [build] target = "thumbv4t-none-eabi" + +[target.thumbv4t-none-eabi] +runner = "mgba-qt -l 31 -d -C logToStdout=1" +rustflags = ["-Clink-arg=-Tgba.ld"] \ No newline at end of file