Set a default value in the struct (instead of just during sanitation)
This commit is contained in:
parent
ceec044a22
commit
abce93640c
@ -109,6 +109,7 @@ configuration_t configuration =
|
|||||||
.model = MODEL_CGB,
|
.model = MODEL_CGB,
|
||||||
.volume = 100,
|
.volume = 100,
|
||||||
.rumble_mode = GB_RUMBLE_ALL_GAMES,
|
.rumble_mode = GB_RUMBLE_ALL_GAMES,
|
||||||
|
.default_scale = 2,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user