pub unsafe extern "C" fn retro_get_system_av_info(
info: *mut retro_system_av_info,
)Expand description
Gets information about system audio/video timings and geometry. Can be called only after retro_load_game() has successfully completed. NOTE: The implementation of this function might not initialize every variable if needed. E.g. geom.aspect_ratio might not be initialized if core doesn’t desire a particular aspect ratio.