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
tyrquake
Commits
74ae5828
Commit
74ae5828
authored
Mar 15, 2020
by
Vladimir Serbinenko
Browse files
Add 3DS resolution
parent
e874f7b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/libretro_core_options.h
View file @
74ae5828
...
...
@@ -40,6 +40,7 @@ struct retro_core_option_definition option_defs_us[] = {
{
"360x400"
,
NULL
},
{
"360x480"
,
NULL
},
{
"400x224"
,
NULL
},
{
"400x240"
,
NULL
},
{
"480x272"
,
NULL
},
{
"512x224"
,
NULL
},
{
"512x240"
,
NULL
},
...
...
@@ -65,7 +66,11 @@ struct retro_core_option_definition option_defs_us[] = {
{
"1920x1200"
,
NULL
},
{
NULL
,
NULL
},
},
#ifdef _3DS
"400x240"
,
#else
"320x200"
#endif
},
{
"tyrquake_framerate"
,
...
...
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