Browse Source

Improve clang_args of bindgen-ctru-sys

pull/110/head
TechiePi 2 years ago
parent
commit
34c896e78e
  1. 1
      ctru-sys/bindgen-ctru-sys/src/main.rs

1
ctru-sys/bindgen-ctru-sys/src/main.rs

@ -48,7 +48,6 @@ fn main() { @@ -48,7 +48,6 @@ fn main() {
"-mtune=mpcore",
"-mfpu=vfp",
"-DARM11",
"-D_3DS ",
"-D__3DS__",
])
.parse_callbacks(Box::new(CustomCallbacks))

Loading…
Cancel
Save