We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typedef void (*GB_sample_callback_t)(GB_gameboy_t *gb, GB_sample_t *sample);
void GB_apu_set_sample_callback(GB_gameboy_t *gb, GB_sample_callback_t callback);
In apu.h
apu.h
TBD
GB_apu_set_sample_callback is thread-safe and can be called from any thread and context.
GB_apu_set_sample_callback