mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
libretro: core option label reformat + default
This commit is contained in:
parent
a1b7d6e84a
commit
3766a84792
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue