SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit abce93640ce48be5596c7c78f6b69ba298974602 parent ceec044a22f49aff98255756ad6434b67c4a36c8 Author: Lior Halphon <LIJI32@gmail.com> Date: Sat, 22 Aug 2020 14:20:44 +0300 Set a default value in the struct (instead of just during sanitation) Diffstat:
| M | SDL/gui.c | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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, };
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.