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
86481f0b
Unverified
Commit
86481f0b
authored
Jul 13, 2019
by
RobLoach
Committed by
GitHub
Jul 13, 2019
Browse files
Update libretro_core_options.h
parent
8579eaf0
Changes
1
Show whitespace changes
Inline
Side-by-side
src/libretro_core_options.h
View file @
86481f0b
...
...
@@ -25,7 +25,6 @@ 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"
,
...
...
@@ -35,7 +34,8 @@ struct retro_core_option_definition option_defs_us[] = {
{
"enabled"
,
NULL
},
{
"disabled"
,
NULL
},
{
NULL
,
NULL
},
}
},
"enabled"
},
{
"chailove_highquality"
,
...
...
@@ -45,9 +45,10 @@ struct retro_core_option_definition option_defs_us[] = {
{
"enabled"
,
NULL
},
{
"disabled"
,
NULL
},
{
NULL
,
NULL
},
}
},
{
NULL
,
NULL
,
NULL
,
{{
0
}}
},
"enabled"
},
{
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