Browse Source

Test PR for Github Actions

pull/68/head
Andrea Ciliberti 2 years ago
parent
commit
400fd1776c
  1. 2
      ctru-rs/src/lib.rs

2
ctru-rs/src/lib.rs

@ -4,6 +4,8 @@ @@ -4,6 +4,8 @@
#![feature(custom_test_frameworks)]
#![test_runner(test_runner::run)]
// Test PR
extern "C" fn services_deinit() {
unsafe {
ctru_sys::psExit();

Loading…
Cancel
Save