Skip to content

Commit

Permalink
libretro: core option label reformat + default
Browse files Browse the repository at this point in the history
  • Loading branch information
sonninnos committed May 28, 2024
1 parent a1b7d6e commit 3766a84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libretro/libretro_core_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -390,7 +390,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
NULL,
"video",
BOOL_OPTIONS,
"disabled"
"enabled"
},
{
"ppsspp_detect_vsync_swap_interval",
Expand Down

0 comments on commit 3766a84

Please sign in to comment.