add the config to be able to compile this

This commit is contained in:
Corwin 2022-08-01 17:36:02 +01:00
parent 40472b05f4
commit f7d6199ab2

View file

@ -8,3 +8,7 @@ target = "thumbv4t-none-eabi"
[target.thumbv4t-none-eabi]
rustflags = ["-Clink-arg=-Tgba.ld", "-Ctarget-cpu=arm7tdmi"]
runner = "mgba-test-runner"
[target.armv4t-none-eabi]
rustflags = ["-Clink-arg=-Tgba.ld", "-Ctarget-cpu=arm7tdmi"]
runner = "mgba-test-runner"