SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 4d74719d56963d35c7fad160ff2f9072c2933717 parent f52152b2c9c34ae7624de5eda2e28ecfe034751d Author: Lior Halphon <LIJI32@gmail.com> Date: Wed, 23 Feb 2022 20:40:10 +0200 One day I'll just report that bug to Clang Diffstat:
| M | Core/apu.c | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Core/apu.c b/Core/apu.c @@ -257,8 +257,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: - unreachable(); + 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.