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:
parent
66978351c2
commit
afe5384df5
1
main.c
1
main.c
|
@ -179,6 +179,7 @@ int SDL_AppInit(int argc, char *argv[]) {
|
||||||
|
|
||||||
mArgumentsApply(&args, NULL, 0, &core->config);
|
mArgumentsApply(&args, NULL, 0, &core->config);
|
||||||
mCoreConfigSetDefaultValue(&core->config, "idleOptimization", "detect");
|
mCoreConfigSetDefaultValue(&core->config, "idleOptimization", "detect");
|
||||||
|
mCoreConfigSetDefaultValue(&core->config, "frameskip", "4");
|
||||||
mCoreConfigSetDefaultValue(&core->config, "sgb.borders", "0");
|
mCoreConfigSetDefaultValue(&core->config, "sgb.borders", "0");
|
||||||
|
|
||||||
mCoreLoadConfig(core);
|
mCoreLoadConfig(core);
|
||||||
|
|
Loading…
Reference in New Issue