retro_set_video_refresh

Function retro_set_video_refresh 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn retro_set_video_refresh( arg1: retro_video_refresh_t, )
Expand description

Provides the frame drawing callback to the Core.

Guaranteed to have been called before the first call to retro_run is made.