git.y1.nz

SameBoy

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

commit f810a2cd60344c818f2e9074dfbb5ced9e6cc38b
parent 582a5588baefc2381ecc9e5fa39b1ec5d6b7c410
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sat, 22 Jan 2022 01:11:53 +0200

Merge branch 'master' of https://github.com/LIJI32/SameBoy

Diffstat:
MSDL/main.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SDL/main.c b/SDL/main.c @@ -831,7 +831,7 @@ int main(int argc, char **argv) configuration.highpass_mode %= GB_HIGHPASS_MAX; configuration.model %= MODEL_MAX; configuration.sgb_revision %= SGB_MAX; - configuration.dmg_palette %= 3; + configuration.dmg_palette %= 4; configuration.border_mode %= GB_BORDER_ALWAYS + 1; configuration.rumble_mode %= GB_RUMBLE_ALL_GAMES + 1; configuration.color_temperature %= 21;

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