From afe5384df5185d9c535b797eae5535c5ff930966 Mon Sep 17 00:00:00 2001 From: lif <> Date: Mon, 4 Mar 2024 15:44:49 -0800 Subject: [PATCH] try setting mgba frameskip. any higher than 4 and what we are doing currently just results in a blank screen --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index c455547..45af687 100644 --- a/main.c +++ b/main.c @@ -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);