summaryrefslogtreecommitdiffstats
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-12-29 00:35:55 +0100
committerZach Hilman <zachhilman@gmail.com>2019-01-08 01:18:45 +0100
commitc6016856d878c8f68bc5518f3ef0270ea018bc3d (patch)
treecd1dafa296f01781617e895bc6ce7538e51b2cd9 /src/core/settings.h
parentMerge pull request #1999 from ReinUsesLisp/dirty-shader (diff)
downloadyuzu-c6016856d878c8f68bc5518f3ef0270ea018bc3d.tar
yuzu-c6016856d878c8f68bc5518f3ef0270ea018bc3d.tar.gz
yuzu-c6016856d878c8f68bc5518f3ef0270ea018bc3d.tar.bz2
yuzu-c6016856d878c8f68bc5518f3ef0270ea018bc3d.tar.lz
yuzu-c6016856d878c8f68bc5518f3ef0270ea018bc3d.tar.xz
yuzu-c6016856d878c8f68bc5518f3ef0270ea018bc3d.tar.zst
yuzu-c6016856d878c8f68bc5518f3ef0270ea018bc3d.zip
Diffstat (limited to '')
-rw-r--r--src/core/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index de01b05c0..5b211a716 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -350,6 +350,9 @@ struct Values {
bool use_docked_mode;
bool enable_nfc;
std::optional<u32> rng_seed;
+ std::optional<s64> custom_rtc; // Measured in seconds since epoch
+ s64 custom_rtc_differential; // Set on game boot, reset on stop. Seconds difference between
+ // current time and `custom_rtc`
s32 current_user;
s32 language_index;