This commit is contained in:
Lior Halphon 2017-10-02 22:59:03 +03:00
parent d9b0576351
commit c1f27d7b27

View File

@ -150,6 +150,7 @@ static void nrx2_glitch(uint8_t *volume, uint8_t value, uint8_t old_value)
(*volume) &= 0xF; (*volume) &= 0xF;
} }
void GB_apu_div_event(GB_gameboy_t *gb) void GB_apu_div_event(GB_gameboy_t *gb)
{ {
if (!gb->apu.global_enable) return; if (!gb->apu.global_enable) return;