aboutsummaryrefslogtreecommitdiff
path: root/src/raw/gfx.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/raw/gfx.rs')
-rw-r--r--src/raw/gfx.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raw/gfx.rs b/src/raw/gfx.rs
index 7900c7a..4a20028 100644
--- a/src/raw/gfx.rs
+++ b/src/raw/gfx.rs
@@ -23,7 +23,7 @@ pub enum gfx3dSide_t {
GFX_RIGHT = 1
}
-#[link(name = "ctru")]
+
extern "C" {
pub static mut gfxTopLeftFramebuffers: [*mut u8; 2usize];
pub static mut gfxTopRightFramebuffers: [*mut u8; 2usize];