From 59a98f6f32454d8d8e6d501bf44f13d1ac9041ea Mon Sep 17 00:00:00 2001 From: Nukem Date: Thu, 9 Jan 2025 21:22:37 -0500 Subject: [PATCH] libretro: Remove unused vertex cache option --- libretro/libretro_core_options.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/libretro/libretro_core_options.h b/libretro/libretro_core_options.h index b1550e9321..f0ac57e3b0 100644 --- a/libretro/libretro_core_options.h +++ b/libretro/libretro_core_options.h @@ -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",