mirror of https://github.com/LIJI32/SameBoy.git
Fixing a wrong default
This commit is contained in:
parent
c8b3b080a8
commit
a040b1b395
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue