diff options
Diffstat (limited to 'src/raw/services/cfgnor.rs')
| -rw-r--r-- | src/raw/services/cfgnor.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raw/services/cfgnor.rs b/src/raw/services/cfgnor.rs index 28edbde..1993267 100644 --- a/src/raw/services/cfgnor.rs +++ b/src/raw/services/cfgnor.rs @@ -1,6 +1,6 @@ use ::Result; -#[link(name = "ctru")] + extern "C" { pub fn CFGNOR_Initialize(value: u8) -> Result; pub fn CFGNOR_Shutdown() -> Result; |