mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
libretro: Remove unused vertex cache option
This commit is contained in:
parent
0974c17fa3
commit
59a98f6f32
1 changed files with 0 additions and 10 deletions
|
@ -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