retro_get_region

Function retro_get_region 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn retro_get_region() -> c_uint
Expand description

Called when the frontend needs region information from the Core.

§Note about RetroArch:

RetroArch doesn’t use this interface anymore, because retro_get_system_av_info provides similar information.