logo
#[no_mangle]
pub unsafe extern "C" fn retro_set_controller_port_device(
    port: c_uint,
    device: c_uint
)
Expand description

Sets the device type to be used for player port.

See also rust_libretro_sys::retro_set_controller_port_device.