summaryrefslogtreecommitdiffstats
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2021-05-16 07:17:18 +0200
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2021-05-17 21:54:30 +0200
commit339dc4f806b0c39a4ec6460187f345c4e2890d05 (patch)
tree1e47f2c0afa0a9bc4ecae5f2d9886c71bc6629c4 /src/common/settings.h
parentconfiguration: Add CPU tab to game properties (diff)
downloadyuzu-339dc4f806b0c39a4ec6460187f345c4e2890d05.tar
yuzu-339dc4f806b0c39a4ec6460187f345c4e2890d05.tar.gz
yuzu-339dc4f806b0c39a4ec6460187f345c4e2890d05.tar.bz2
yuzu-339dc4f806b0c39a4ec6460187f345c4e2890d05.tar.lz
yuzu-339dc4f806b0c39a4ec6460187f345c4e2890d05.tar.xz
yuzu-339dc4f806b0c39a4ec6460187f345c4e2890d05.tar.zst
yuzu-339dc4f806b0c39a4ec6460187f345c4e2890d05.zip
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 68dc2ea7d..48085b9a9 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -157,7 +157,7 @@ struct Values {
// System
Setting<std::optional<u32>> rng_seed;
// Measured in seconds since epoch
- Setting<std::optional<std::chrono::seconds>> custom_rtc;
+ std::optional<std::chrono::seconds> custom_rtc;
// Set on game boot, reset on stop. Seconds difference between current time and `custom_rtc`
std::chrono::seconds custom_rtc_differential;