Skip to content

GB_apu_set_sample_callback

Lior Halphon edited this page Nov 24, 2024 · 4 revisions

Definition

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

Description

TBD

Thread Safety

GB_apu_set_sample_callback is thread-safe and can be called from any thread and context.

Clone this wiki locally