#[unsafe(no_mangle)]pub unsafe extern "C" fn retro_get_system_info(
info: *mut retro_system_info,
)Expand description
Provides statically known system info to the frontend.
See also rust_libretro_sys::retro_get_system_info.
#[unsafe(no_mangle)]pub unsafe extern "C" fn retro_get_system_info(
info: *mut retro_system_info,
)Provides statically known system info to the frontend.
See also rust_libretro_sys::retro_get_system_info.