mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
commit
07f6b6f449
2 changed files with 3 additions and 13 deletions
|
@ -772,11 +772,11 @@ static void check_variables(CoreParameter &coreParam)
|
|||
if (environ_cb(RETRO_ENVIRONMENT_GET_VARIABLE, &var) && var.value)
|
||||
{
|
||||
if (!strcmp(var.value, "No buffer"))
|
||||
g_Config.iInflightFrames = 0;
|
||||
else if (!strcmp(var.value, "Up to 1"))
|
||||
g_Config.iInflightFrames = 1;
|
||||
else if (!strcmp(var.value, "Up to 2"))
|
||||
else if (!strcmp(var.value, "Up to 1"))
|
||||
g_Config.iInflightFrames = 2;
|
||||
else if (!strcmp(var.value, "Up to 2"))
|
||||
g_Config.iInflightFrames = 3;
|
||||
}
|
||||
|
||||
var.key = "ppsspp_skip_buffer_effects";
|
||||
|
|
|
@ -601,16 +601,6 @@ struct retro_core_option_v2_definition option_defs_us[] = {
|
|||
BOOL_OPTIONS,
|
||||
"disabled"
|
||||
},
|
||||
{
|
||||
"ppsspp_vertex_cache",
|
||||
"Vertex Cache",
|
||||
NULL,
|
||||
"Faster, but may cause temporary flicker.",
|
||||
NULL,
|
||||
"video",
|
||||
BOOL_OPTIONS,
|
||||
"disabled"
|
||||
},
|
||||
{
|
||||
"ppsspp_texture_scaling_type",
|
||||
"Texture Upscale Type",
|
||||
|
|
Loading…
Add table
Reference in a new issue