We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb8f79 commit f3238dcCopy full SHA for f3238dc
ctru-rs/examples/ir-user-circle-pad-pro.rs
@@ -19,7 +19,7 @@ const CPP_POLLING_PERIOD_MS: u8 = 0x32;
19
20
// This export tells libctru to not initialize ir:rst when initializing HID.
21
// This is necessary on the New 3DS because ir:rst is mutually exclusive with ir:USER.
22
-#[no_mangle]
+#[unsafe(no_mangle)]
23
unsafe extern "C" fn hidShouldUseIrrst() -> bool {
24
false
25
}
0 commit comments