Macro psp::dprintln

source ·
macro_rules! dprintln {
    () => { ... };
    ($($arg:tt)*) => { ... };
}
Expand description

Like println!, but prints to the PSP screen.