summaryrefslogtreecommitdiff
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2023-06-09 19:40:04 -0400
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2023-07-21 10:56:54 -0400
commitb86171d2b58e3f37e27d6d362548be5560c44764 (patch)
tree346adb487e1473f62595539d5ceef131101506ad /src/common/settings.h
parent81e9cf09349119cb84c5f52e2d7b64f0fe2482b8 (diff)
settings: yuzu is not capitalized why is it capitalized stop no bad
Diffstat (limited to 'src/common/settings.h')
-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 {
SwitchableSetting<bool> rng_seed_enabled{linkage, false, "rng_seed_enabled",
Category::System, true, true};
SwitchableSetting<u32> rng_seed{linkage, 0, "rng_seed", Category::System, true, true};
- Setting<std::string> device_name{linkage, "Yuzu", "device_name", Category::System, true, true};
+ Setting<std::string> device_name{linkage, "yuzu", "device_name", Category::System, true, true};
Setting<s32> current_user{linkage, 0, "current_user", Category::System};