git.y1.nz

SameBoy

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

commit 474caaccd55a3a382377799a0e6330bc19d2ba7f
parent 1d7ecb7f1b1865e88c454e8c8c9e9d080a1dd1d5
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sun, 30 Mar 2025 22:12:04 +0300

The relevant RA issue is long fixed by now

Diffstat:
MCore/apu.h5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/Core/apu.h b/Core/apu.h @@ -17,12 +17,7 @@ /* Divides nicely and never overflows with 4 channels and 8 (1-8) volume levels */ -#ifdef WIIU -/* Todo: Remove this hack once https://github.com/libretro/RetroArch/issues/6252 is fixed*/ -#define MAX_CH_AMP (0xFF0 / 2) -#else #define MAX_CH_AMP 0xFF0 -#endif #define CH_STEP (MAX_CH_AMP/0xF/8) #endif

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