summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar lat9nq2023-06-09 19:40:04 -0400
committerGravatar lat9nq2023-07-21 10:56:54 -0400
commitb86171d2b58e3f37e27d6d362548be5560c44764 (patch)
tree346adb487e1473f62595539d5ceef131101506ad /src
parentconfiguration: Document odd widget cases (diff)
downloadyuzu-b86171d2b58e3f37e27d6d362548be5560c44764.tar.gz
yuzu-b86171d2b58e3f37e27d6d362548be5560c44764.tar.xz
yuzu-b86171d2b58e3f37e27d6d362548be5560c44764.zip
settings: yuzu is not capitalized why is it capitalized stop no bad
Diffstat (limited to 'src')
-rw-r--r--src/common/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index f6e977e96..384a8ecb6 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -746,7 +746,7 @@ struct Values {
746 SwitchableSetting<bool> rng_seed_enabled{linkage, false, "rng_seed_enabled", 746 SwitchableSetting<bool> rng_seed_enabled{linkage, false, "rng_seed_enabled",
747 Category::System, true, true}; 747 Category::System, true, true};
748 SwitchableSetting<u32> rng_seed{linkage, 0, "rng_seed", Category::System, true, true}; 748 SwitchableSetting<u32> rng_seed{linkage, 0, "rng_seed", Category::System, true, true};
749 Setting<std::string> device_name{linkage, "Yuzu", "device_name", Category::System, true, true}; 749 Setting<std::string> device_name{linkage, "yuzu", "device_name", Category::System, true, true};
750 750
751 Setting<s32> current_user{linkage, 0, "current_user", Category::System}; 751 Setting<s32> current_user{linkage, 0, "current_user", Category::System};
752 752