Skip to content

Commit

Permalink
Fixing a wrong default
Browse files Browse the repository at this point in the history
  • Loading branch information
LIJI32 committed Feb 5, 2023
1 parent c8b3b08 commit a040b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL/configuration.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a040b1b

Please sign in to comment.