git.y1.nz

SameBoy

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

commit a040b1b3951591399cf026df6d921ce4325bbe38
parent c8b3b080a81843085dd13d902d150cbb1b212a6d
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sun,  5 Feb 2023 12:58:50 +0200

Fixing a wrong default

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

diff --git a/SDL/configuration.c b/SDL/configuration.c @@ -45,7 +45,7 @@ configuration_t configuration = .rewind_length = 60 * 2, .model = MODEL_CGB, .volume = 100, - .rumble_mode = GB_RUMBLE_ALL_GAMES, + .rumble_mode = GB_RUMBLE_CARTRIDGE_ONLY, .default_scale = 2, .color_temperature = 10, .cgb_revision = GB_MODEL_CGB_E - GB_MODEL_CGB_0,

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