libretro: Remove unused vertex cache option

This commit is contained in:
Nukem
2025-01-09 21:22:37 -05:00
parent 0974c17fa3
commit 59a98f6f32
-10
View File
@@ -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",