Browse Source

Improve clang_args of bindgen-ctru-sys

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

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

@ -47,9 +47,8 @@ fn main() { @@ -47,9 +47,8 @@ fn main() {
"-march=armv6k",
"-mtune=mpcore",
"-mfpu=vfp",
"-DARM11 ",
"-D_3DS ",
"-D__3DS__ ",
"-DARM11",
"-D__3DS__",
])
.parse_callbacks(Box::new(CustomCallbacks))
.generate()

Loading…
Cancel
Save