yuzu: Make language persistent and remove symbols_path

This commit is contained in:
Narr the Reg
2023-12-18 19:32:13 -06:00
parent d590cfb9d0
commit 53956a2990
4 changed files with 6 additions and 12 deletions

View File

@ -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;