Function ctru_sys::consoleSelect

source ·
pub unsafe extern "C" fn consoleSelect(
    console: *mut PrintConsole
) -> *mut PrintConsole
Expand description

Make the specified console the render target.

§Arguments

  • console - A pointer to the console struct (must have been initialized with consoleInit(PrintConsole* console)).

§Returns

A pointer to the previous console.