git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 98e986b48b5c59e2f43eab1a20c8125c94f5a282
parent e545413a420e3467d6a15b280fba2b8628a30db0
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sun, 18 Sep 2022 13:30:36 +0300

Oopsie

Diffstat:
MCore/apu.h2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Core/apu.h b/Core/apu.h @@ -188,7 +188,7 @@ void GB_apu_set_sample_callback(GB_gameboy_t *gb, GB_sample_callback_t callback) int GB_start_audio_recording(GB_gameboy_t *gb, const char *path, GB_audio_format_t format); int GB_stop_audio_recording(GB_gameboy_t *gb); #ifdef GB_INTERNAL -internal bool GB_apu_is_DAC_enabled(GB_gameboy_t *gb, unsigned index); +internal bool GB_apu_is_DAC_enabled(GB_gameboy_t *gb, GB_channel_t index); internal void GB_apu_write(GB_gameboy_t *gb, uint8_t reg, uint8_t value); internal uint8_t GB_apu_read(GB_gameboy_t *gb, uint8_t reg); internal void GB_apu_div_event(GB_gameboy_t *gb);

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.