diff options
| author | Vivian Lim <[email protected]> | 2021-02-06 19:34:51 -0800 |
|---|---|---|
| committer | Vivian Lim <[email protected]> | 2021-02-06 19:34:51 -0800 |
| commit | 8b35effd3cd14843bb4d26f3566741d53fe97b76 (patch) | |
| tree | 10e3a128542960efe0b6301005b5fbc0bd95382d /ctru-sys/bindgen.sh | |
| parent | tweaks to get it to attempt linking (diff) | |
| download | archived-ctru-rs-8b35effd3cd14843bb4d26f3566741d53fe97b76.tar.xz archived-ctru-rs-8b35effd3cd14843bb4d26f3566741d53fe97b76.zip | |
Support libctru 2.0
Diffstat (limited to 'ctru-sys/bindgen.sh')
| -rwxr-xr-x | ctru-sys/bindgen.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ctru-sys/bindgen.sh b/ctru-sys/bindgen.sh index 44453bc..baeca5a 100755 --- a/ctru-sys/bindgen.sh +++ b/ctru-sys/bindgen.sh @@ -23,6 +23,8 @@ bindgen "$DEVKITPRO/libctru/include/3ds.h" \ --blacklist-type "u(8|16|32|64)" \ --blacklist-type "__builtin_va_list" \ --blacklist-type "__va_list" \ + --opaque-type "MiiData" \ + --with-derive-default \ -- \ --target=arm-none-eabi \ --sysroot=$DEVKITARM/arm-none-eabi \ |