Set a default value in the struct (instead of just during sanitation)

This commit is contained in:
Lior Halphon 2020-08-22 14:20:44 +03:00
parent ceec044a22
commit abce93640c
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ configuration_t configuration =
.model = MODEL_CGB,
.volume = 100,
.rumble_mode = GB_RUMBLE_ALL_GAMES,
.default_scale = 2,
};