Updated GB_apu_set_sample_callback (markdown)

Lior Halphon 2024-11-28 22:37:06 +02:00
parent e02b68cdf8
commit d74eb819b0
1 changed files with 1 additions and 1 deletions

@ -10,7 +10,7 @@ In `apu.h`
## Description
This function sets a callback that's whenever the emulator instance has a rendered sample ready. The rate in which the callback is called is controlled by the [[sample rate|GB_set_sample rate]].
This function sets a callback that's whenever the emulator instance has a rendered sample ready. The rate in which the callback is called is controlled by the [[sample rate|GB_set_sample_rate]].
## Thread Safety