Delete option "Disable range culling". No games are known to require it anymore.

This commit is contained in:
Henrik Rydgård
2026-05-31 23:30:42 +02:00
parent e9d5e451fb
commit 33ae88af6d
5 changed files with 0 additions and 24 deletions
-9
View File
@@ -780,15 +780,6 @@ static void check_variables(CoreParameter &coreParam)
g_Config.bSkipBufferEffects = true;
}
var.key = "ppsspp_disable_range_culling";
if (environ_cb(RETRO_ENVIRONMENT_GET_VARIABLE, &var) && var.value)
{
if (!strcmp(var.value, "disabled"))
g_Config.bDisableRangeCulling = false;
else
g_Config.bDisableRangeCulling = true;
}
var.key = "ppsspp_skip_gpu_readbacks";
if (environ_cb(RETRO_ENVIRONMENT_GET_VARIABLE, &var) && var.value)
{
-10
View File
@@ -517,16 +517,6 @@ struct retro_core_option_v2_definition option_defs_us[] = {
BOOL_OPTIONS,
"disabled"
},
{
"ppsspp_disable_range_culling",
"Disable Culling",
NULL,
"",
NULL,
"hacks",
BOOL_OPTIONS,
"disabled"
},
{
"ppsspp_skip_gpu_readbacks",
"Skip GPU Readbacks",