aboutsummaryrefslogtreecommitdiff
path: root/ctru-sys/src/env.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ctru-sys/src/env.rs')
-rw-r--r--ctru-sys/src/env.rs14
1 files changed, 0 insertions, 14 deletions
diff --git a/ctru-sys/src/env.rs b/ctru-sys/src/env.rs
deleted file mode 100644
index 2de21e4..0000000
--- a/ctru-sys/src/env.rs
+++ /dev/null
@@ -1,14 +0,0 @@
-//TODO: There are a bunch of static inline functions that bindgen didn't pick up and idk how they work
-
-use ::Handle;
-
-#[derive(Clone, Copy)]
-#[repr(C)]
-pub enum Enum_Unnamed1 {
- RUNFLAG_APTWORKAROUND = 1,
- RUNFLAG_APTREINIT = 2,
-}
-
-extern "C" {
- pub fn envGetHandle(name: *const u8) -> Handle;
-}