mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 06:27:56 -05:00
yuzu: Make language persistent and remove symbols_path
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user