retro_set_audio_sample

Function retro_set_audio_sample 

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

Provides the audio sample callback to the Core.

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