mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-11 22:27:52 +00:00
yuzu: Make language persistent and remove symbols_path
This commit is contained in:
parent
df9e902105
commit
081ce648c4
4 changed files with 6 additions and 12 deletions
|
@ -154,12 +154,11 @@ struct Values {
|
|||
Setting<u32> screenshot_height{linkage, 0, "screenshot_height", Category::Screenshots};
|
||||
|
||||
std::string roms_path;
|
||||
std::string symbols_path;
|
||||
std::string game_dir_deprecated;
|
||||
bool game_dir_deprecated_deepscan;
|
||||
QVector<GameDir> game_dirs;
|
||||
QStringList recent_files;
|
||||
std::string language;
|
||||
Setting<std::string> language{linkage, {}, "language", Category::Paths};
|
||||
|
||||
std::string theme;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue