summaryrefslogtreecommitdiffstats
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2022-12-16 20:05:00 +0100
committerGitHub <noreply@github.com>2022-12-16 20:05:00 +0100
commitbbb202ceedf8c4054f6a602ad572ba8df33e315d (patch)
tree8b51f7711e7b698ca712c24b854f88a0022e1d9c /src/common/settings.h
parentMerge pull request #9450 from ameerj/hle-ipc-vector-reserve (diff)
parentSet: Allow setting device nickname (diff)
downloadyuzu-bbb202ceedf8c4054f6a602ad572ba8df33e315d.tar
yuzu-bbb202ceedf8c4054f6a602ad572ba8df33e315d.tar.gz
yuzu-bbb202ceedf8c4054f6a602ad572ba8df33e315d.tar.bz2
yuzu-bbb202ceedf8c4054f6a602ad572ba8df33e315d.tar.lz
yuzu-bbb202ceedf8c4054f6a602ad572ba8df33e315d.tar.xz
yuzu-bbb202ceedf8c4054f6a602ad572ba8df33e315d.tar.zst
yuzu-bbb202ceedf8c4054f6a602ad572ba8df33e315d.zip
Diffstat (limited to 'src/common/settings.h')
-rw-r--r--src/common/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index 7ce9ea23c..6b199af93 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -458,6 +458,7 @@ struct Values {
// System
SwitchableSetting<std::optional<u32>> rng_seed{std::optional<u32>(), "rng_seed"};
+ Setting<std::string> device_name{"Yuzu", "device_name"};
// Measured in seconds since epoch
std::optional<s64> custom_rtc;
// Set on game boot, reset on stop. Seconds difference between current time and `custom_rtc`