Fixing a wrong default

This commit is contained in:
Lior Halphon 2023-02-05 12:58:50 +02:00
parent c8b3b080a8
commit a040b1b395
1 changed files with 1 additions and 1 deletions

View File

@ -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,