diff options
Diffstat (limited to 'src/raw/services/gsp.rs')
| -rw-r--r-- | src/raw/services/gsp.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raw/services/gsp.rs b/src/raw/services/gsp.rs index af54e2c..db9f3da 100644 --- a/src/raw/services/gsp.rs +++ b/src/raw/services/gsp.rs @@ -56,7 +56,7 @@ pub enum GSP_Event { use super::super::super::{Result, Handle}; -#[link(name = "ctru")] + extern "C" { pub fn gspInit() -> Result; pub fn gspExit() -> (); |