try setting mgba frameskip. any higher than 4 and what we are doing currently just results in a blank screen

This commit is contained in:
lif 2024-03-04 15:44:49 -08:00
parent 66978351c2
commit afe5384df5
1 changed files with 1 additions and 0 deletions

1
main.c
View File

@ -179,6 +179,7 @@ int SDL_AppInit(int argc, char *argv[]) {
mArgumentsApply(&args, NULL, 0, &core->config);
mCoreConfigSetDefaultValue(&core->config, "idleOptimization", "detect");
mCoreConfigSetDefaultValue(&core->config, "frameskip", "4");
mCoreConfigSetDefaultValue(&core->config, "sgb.borders", "0");
mCoreLoadConfig(core);