|
|
@ -5,7 +5,7 @@ use ctru::services::hid::KeyPad; |
|
|
|
use ctru::services::{Apt, Hid}; |
|
|
|
use ctru::services::{Apt, Hid}; |
|
|
|
use ctru::Gfx; |
|
|
|
use ctru::Gfx; |
|
|
|
use std::cell::RefCell; |
|
|
|
use std::cell::RefCell; |
|
|
|
use std::os::horizon::thread::ThreadBuilderExt; |
|
|
|
use std::os::horizon::thread::BuilderExt; |
|
|
|
|
|
|
|
|
|
|
|
std::thread_local! { |
|
|
|
std::thread_local! { |
|
|
|
static MY_LOCAL: RefCell<&'static str> = RefCell::new("initial value"); |
|
|
|
static MY_LOCAL: RefCell<&'static str> = RefCell::new("initial value"); |
|
|
|