mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-30 18:14:24 +00:00
[Libretro] Remove "Skip Buffer Effects" core option
This commit is contained in:
parent
9379a6be37
commit
2663a85cc3
@ -620,15 +620,6 @@ static void check_variables(CoreParameter &coreParam)
|
||||
}
|
||||
#endif
|
||||
|
||||
var.key = "ppsspp_skip_buffer_effects";
|
||||
if (environ_cb(RETRO_ENVIRONMENT_GET_VARIABLE, &var) && var.value)
|
||||
{
|
||||
if (!strcmp(var.value, "disabled"))
|
||||
g_Config.bSkipBufferEffects = false;
|
||||
else
|
||||
g_Config.bSkipBufferEffects = true;
|
||||
}
|
||||
|
||||
var.key = "ppsspp_skip_gpu_readbacks";
|
||||
if (environ_cb(RETRO_ENVIRONMENT_GET_VARIABLE, &var) && var.value)
|
||||
{
|
||||
|
@ -311,16 +311,6 @@ struct retro_core_option_v2_definition option_defs_us[] = {
|
||||
"Disabled"
|
||||
},
|
||||
#endif
|
||||
{
|
||||
"ppsspp_skip_buffer_effects",
|
||||
"Skip Buffer Effects",
|
||||
NULL,
|
||||
"Faster, but may cause major rendering issues.",
|
||||
NULL,
|
||||
"video",
|
||||
BOOL_OPTIONS,
|
||||
"disabled"
|
||||
},
|
||||
{
|
||||
"ppsspp_skip_gpu_readbacks",
|
||||
"Skip GPU Readbacks",
|
||||
|
Loading…
x
Reference in New Issue
Block a user