libretro: core option label reformat + default

This commit is contained in:
sonninnos 2024-05-28 15:22:28 +03:00
parent a1b7d6e84a
commit 3766a84792

View file

@ -279,7 +279,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
},
{
"ppsspp_memstick_inserted",
"Memory Stick inserted",
"Memory Stick Inserted",
NULL,
"Some games require ejecting/inserting the Memory Stick.",
NULL,
@ -390,7 +390,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
NULL,
"video",
BOOL_OPTIONS,
"disabled"
"enabled"
},
{
"ppsspp_detect_vsync_swap_interval",