aboutsummaryrefslogtreecommitdiff
path: root/ctru-sys/src
diff options
context:
space:
mode:
authorFenrir <[email protected]>2016-08-01 21:26:02 -0700
committerFenrir <[email protected]>2016-08-01 21:26:02 -0700
commit1e6694132048120a9bac2987aa60723ce9c8678b (patch)
treee6d13d429ea8278058658fa3a2501abb6fdb25aa /ctru-sys/src
parentmoved system libs to sys folder (diff)
downloadctru-rs-1e6694132048120a9bac2987aa60723ce9c8678b.tar.xz
ctru-rs-1e6694132048120a9bac2987aa60723ce9c8678b.zip
Update bindgen comment
Diffstat (limited to 'ctru-sys/src')
-rw-r--r--ctru-sys/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ctru-sys/src/lib.rs b/ctru-sys/src/lib.rs
index 15e4005..b3cbfcb 100644
--- a/ctru-sys/src/lib.rs
+++ b/ctru-sys/src/lib.rs
@@ -1,5 +1,7 @@
/*
* C bindings generation:
+ * bindgen --match=file.h --use-core --ctypes-prefix=libc -- --sysroot=$DEVKITARM/arm-none-eabi -I$CTRULIB/include $CTRULIB/include/3ds.h
+ *
* bindgen --sysroot=$DEVKITARM/arm-none-eabi -I$CTRULIB/include $CTRULIB/include/3ds.h
*/