git.y1.nz

SameBoy

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

commit 79ec22b28e075e1fe8386907b47432c39ae39453
parent 5c17c0ec3bc5dc1456628158f55d1d38284d56f1
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Mon,  3 Jan 2022 17:55:00 +0200

Clang hates this

Diffstat:
MCore/apu.c3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Core/apu.c b/Core/apu.c @@ -261,8 +261,7 @@ static void render(GB_gameboy_t *gb) {left_volume * (1 - gb->apu_output.highpass_rate) + gb->apu_output.highpass_diff.left * gb->apu_output.highpass_rate, right_volume * (1 - gb->apu_output.highpass_rate) + gb->apu_output.highpass_diff.right * gb->apu_output.highpass_rate}; - case GB_HIGHPASS_MAX: - nodefault; + case GB_HIGHPASS_MAX:; } }

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