Function rust_libretro_sys::retro_get_system_info
source · [−]pub unsafe extern "C" fn retro_get_system_info(
info: *mut retro_system_info
)Expand description
Gets statically known system info. Pointers provided in *info must be statically allocated. Can be called at any time, even before retro_init().
