Browse Source

Update bindgen, libctru+newlib and regenerate

pull/62/head
Ian Chamberlain 3 years ago
parent
commit
da330b2a35
No known key found for this signature in database
GPG Key ID: AE5484D09405AA60
  1. 1
      ctru-sys/bindgen.sh
  2. 1706
      ctru-sys/src/bindings.rs

1
ctru-sys/bindgen.sh

@ -6,6 +6,7 @@ bindgen "$DEVKITPRO/libctru/include/3ds.h" \ @@ -6,6 +6,7 @@ bindgen "$DEVKITPRO/libctru/include/3ds.h" \
--rust-target nightly \
--use-core \
--distrust-clang-mangling \
--must-use-type 'Result' \
--no-doc-comments \
--no-layout-tests \
--ctypes-prefix "::libc" \

1706
ctru-sys/src/bindings.rs

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save