git.y1.nz

SameBoy

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

commit bf9212bcff45d78c7b4208a3469df06b9257de5b
parent dfd3b429295a4fb571c13155e7f89695ab0c78ca
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Fri,  4 Apr 2025 13:27:20 +0300

Increase the number of band-limited phases to reduce overtones in high-pitched sounds

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

diff --git a/Core/apu.h b/Core/apu.h @@ -6,7 +6,7 @@ #include "defs.h" #define GB_BAND_LIMITED_WIDTH 16 -#define GB_BAND_LIMITED_PHASES 32 +#define GB_BAND_LIMITED_PHASES 512 #ifdef GB_INTERNAL #define GB_BAND_LIMITED_ONE 0x10000 // fixed point value equal to 1

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