From c1f27d7b27c4ef84797109bde3e45462523f6c60 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Mon, 2 Oct 2017 22:59:03 +0300 Subject: [PATCH] Spacing --- Core/apu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/apu.c b/Core/apu.c index c9ccacb..5ba1911 100755 --- a/Core/apu.c +++ b/Core/apu.c @@ -150,6 +150,7 @@ static void nrx2_glitch(uint8_t *volume, uint8_t value, uint8_t old_value) (*volume) &= 0xF; } + void GB_apu_div_event(GB_gameboy_t *gb) { if (!gb->apu.global_enable) return;