Skip to content

GB_get_apu_wave_table

Lior Halphon edited this page Nov 24, 2024 · 1 revision

Definition

void GB_get_apu_wave_table(GB_gameboy_t *gb, uint8_t *wave_table);

In apu.h

Description

TBD

Thread Safety

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

Clone this wiki locally