[−][src]Function pspsdk_sys::sdk::sceDisplaySetMode
pub unsafe extern "C" fn sceDisplaySetMode(
mode: c_int,
width: c_int,
height: c_int
) -> c_int
Set display mode
@par Example1: @code @endcode
@param mode - Display mode, normally 0. @param width - Width of screen in pixels. @param height - Height of screen in pixels.
@return ???