From abce93640ce48be5596c7c78f6b69ba298974602 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sat, 22 Aug 2020 14:20:44 +0300 Subject: [PATCH] Set a default value in the struct (instead of just during sanitation) --- SDL/gui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/SDL/gui.c b/SDL/gui.c index e1588164..62656e8d 100644 --- a/SDL/gui.c +++ b/SDL/gui.c @@ -109,6 +109,7 @@ configuration_t configuration = .model = MODEL_CGB, .volume = 100, .rumble_mode = GB_RUMBLE_ALL_GAMES, + .default_scale = 2, };