From 400fd1776c1d09e5810541a149c3acf5d209d7ed Mon Sep 17 00:00:00 2001 From: Andrea Ciliberti Date: Fri, 19 Aug 2022 11:55:18 +0200 Subject: [PATCH] Test PR for Github Actions --- ctru-rs/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ctru-rs/src/lib.rs b/ctru-rs/src/lib.rs index 5a4aaa9..0048306 100644 --- a/ctru-rs/src/lib.rs +++ b/ctru-rs/src/lib.rs @@ -4,6 +4,8 @@ #![feature(custom_test_frameworks)] #![test_runner(test_runner::run)] +// Test PR + extern "C" fn services_deinit() { unsafe { ctru_sys::psExit();