Browse Source

Update ctru-rs/src/lib.rs

Co-authored-by: Ian Chamberlain <ian-h-chamberlain@users.noreply.github.com>
pull/28/head
Meziu 3 years ago committed by GitHub
parent
commit
1b743711d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ctru-rs/src/lib.rs

2
ctru-rs/src/lib.rs

@ -31,7 +31,7 @@ pub fn init() {
} }
} }
} }
println!("\x1b[1;37m\n"); // Get back to white println!("\x1b[0m"); // Get back to white
}); });
std::panic::set_hook(new_hook); std::panic::set_hook(new_hook);
} }

Loading…
Cancel
Save