From 53956a299060ee71d77f08adbc45aaac217be376 Mon Sep 17 00:00:00 2001 From: Narr the Reg Date: Mon, 18 Dec 2023 19:32:13 -0600 Subject: yuzu: Make language persistent and remove symbols_path --- src/yuzu/uisettings.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/yuzu/uisettings.h') diff --git a/src/yuzu/uisettings.h b/src/yuzu/uisettings.h index 549a39e1b..f9906be33 100644 --- a/src/yuzu/uisettings.h +++ b/src/yuzu/uisettings.h @@ -154,12 +154,11 @@ struct Values { Setting 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 game_dirs; QStringList recent_files; - std::string language; + Setting language{linkage, {}, "language", Category::Paths}; std::string theme; -- cgit v1.2.3