mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Remove the "Percentage of framerate" frameskip type
This commit is contained in:
@@ -733,15 +733,6 @@ static void check_variables(CoreParameter &coreParam)
|
||||
if (environ_cb(RETRO_ENVIRONMENT_GET_VARIABLE, &var) && var.value)
|
||||
g_Config.iFrameSkip = atoi(var.value);
|
||||
|
||||
var.key = "ppsspp_frameskiptype";
|
||||
if (environ_cb(RETRO_ENVIRONMENT_GET_VARIABLE, &var) && var.value)
|
||||
{
|
||||
if (!strcmp(var.value, "Number of frames"))
|
||||
g_Config.iFrameSkipType = 0;
|
||||
else if (!strcmp(var.value, "Percent of FPS"))
|
||||
g_Config.iFrameSkipType = 1;
|
||||
}
|
||||
|
||||
var.key = "ppsspp_auto_frameskip";
|
||||
if (environ_cb(RETRO_ENVIRONMENT_GET_VARIABLE, &var) && var.value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user