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
214302eb
Commit
214302eb
authored
Mar 12, 2018
by
James
Browse files
Use LibRetro save location by default
parent
2fd2ed7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/citra_libretro/citra_libretro.cpp
View file @
214302eb
...
...
@@ -79,7 +79,7 @@ void LibRetro::OnConfigureEnvironment() {
"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;
Ci
tr
a
Default|
LibRe
tr
o
Default"
},
{
"citra_use_libretro_save_path"
,
"Savegame location;
LibRe
tr
o
Default|
Ci
tr
a
Default"
},
{
"citra_is_new_3ds"
,
"3DS system model; Old 3DS|New 3DS"
},
{
"citra_region_value"
,
"3DS system region; Auto|Japan|USA|Europe|Australia|China|Korea|Taiwan"
},
...
...
@@ -268,7 +268,7 @@ void UpdateSettings(bool init) {
// Configure the file storage location
auto
use_libretro_saves
=
LibRetro
::
FetchVariable
(
"citra_use_libretro_save_path"
,
"
Ci
tr
a
Default"
)
==
"LibRetro Default"
;
"
LibRe
tr
o
Default"
)
==
"LibRetro Default"
;
if
(
use_libretro_saves
)
{
auto
target_dir
=
LibRetro
::
GetSaveDir
();
...
...
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