Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
libretro-chailove
Commits
befb4724
Verified
Commit
befb4724
authored
Jul 13, 2019
by
RobLoach
Browse files
Merge branch 'sublabels' of github.com:libretro/libretro-chailove into sublabels
parents
37f9852d
86481f0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libretro_core_options.h
View file @
befb4724
...
...
@@ -25,29 +25,30 @@ extern "C" {
* is not available
* - Will be used as a fallback for any missing entries in
* frontend language definition */
struct
retro_core_option_definition
option_defs_us
[]
=
{
{
"chailove_alphablending"
,
"Alpha Blending"
,
"Whether or not to enable hardware alpha blending. This will improve graphics, but have an impact on performance."
,
{
{
"enabled"
,
"Enabled"
},
{
"disabled"
,
"Disabled"
},
{
"enabled"
,
NULL
},
{
"disabled"
,
NULL
},
{
NULL
,
NULL
},
}
},
"enabled"
},
{
"chailove_highquality"
,
"High Quality"
,
"When enabled, will take steps to improve the graphic fidelity. Can have an impact on performance."
,
{
{
"enabled"
,
"Enabled"
},
{
"disabled"
,
"Disabled"
},
{
"enabled"
,
NULL
},
{
"disabled"
,
NULL
},
{
NULL
,
NULL
},
}
},
"enabled"
},
{
NULL
,
NULL
,
NULL
,
{{
0
}}
},
{
NULL
,
NULL
,
NULL
,
{{
0
}}
,
NULL
},
};
/* RETRO_LANGUAGE_JAPANESE */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment