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
f7095ee2
Commit
f7095ee2
authored
Mar 05, 2018
by
James
Browse files
Clean up config options
parent
5b11e1d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/citra_libretro/citra_libretro.cpp
View file @
f7095ee2
...
...
@@ -75,7 +75,8 @@ void LibRetro::OnConfigureEnvironment() {
"Right analog function; C-Stick and Touchscreen Pointer|Touchscreen Pointer|C-Stick"
},
{
"citra_deadzone"
,
"Emulated pointer deadzone (%); 15|20|25|30|35|0|5|10"
},
{
"citra_limit_framerate"
,
"Enable frame limiter; enabled|disabled"
},
{
"citra_limit_framerate_target"
,
"Frame limiter target (% of full speed); 100|110|120|130|140|150|200|250|300|350|400|450|500|50|80|90"
},
{
"citra_limit_framerate_target"
,
"Frame limiter target (% of full speed); "
"100|110|120|130|140|150|200|250|300|350|400|450|500|50|80|90"
},
{
"citra_audio_stretching"
,
"Enable audio stretching; enabled|disabled"
},
{
"citra_use_virtual_sd"
,
"Enable virtual SD card; enabled|disabled"
},
{
"citra_use_libretro_save_path"
,
"Savegame location; Citra Default|LibRetro Default"
},
...
...
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