diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-12-28 18:35:55 -0500 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-01-07 19:18:45 -0500 |
commit | c6016856d878c8f68bc5518f3ef0270ea018bc3d (patch) | |
tree | cd1dafa296f01781617e895bc6ce7538e51b2cd9 /src/yuzu_cmd/default_ini.h | |
parent | 23ebd4920e851a91bba0f2da70b7f63ee6b49dc3 (diff) |
settings: Add custom RTC settings
Stored as signed seconds since epoch.
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 0f3f8da50..0a3ea2619 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -183,6 +183,12 @@ enable_nfc = rng_seed_enabled = rng_seed = +# Sets the current time (in seconds since 12:00 AM Jan 1, 1970) that will be used by the time service +# This will auto-increment, with the time set being the time the game is started +# This override will only occur if custom_rtc_enabled is true, otherwise the current time is used +custom_rtc_enabled = +custom_rtc = + # Sets the account username, max length is 32 characters # yuzu (default) username = yuzu |