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
Citra2018
Commits
5a683ab5
Commit
5a683ab5
authored
Jul 02, 2017
by
James
Browse files
TODO cleanup
parent
c38d68af
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/citra_libretro/citra_libretro.cpp
View file @
5a683ab5
...
...
@@ -160,7 +160,6 @@ void UpdateSettings(bool init) {
auto
layout
=
LibRetro
::
FetchVariable
(
"citra_layout_option"
,
"Default Top-Bottom Screen"
);
// TODO: Could this be reduced to a list of strings?
if
(
layout
.
compare
(
"Default Top-Bottom Screen"
)
==
0
)
{
Settings
::
values
.
layout_option
=
Settings
::
LayoutOption
::
Default
;
}
else
if
(
layout
.
compare
(
"Single Screen Only"
)
==
0
)
{
...
...
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