summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
authorGravatar Zach Hilman2018-12-28 18:35:55 -0500
committerGravatar Zach Hilman2019-01-07 19:18:45 -0500
commitc6016856d878c8f68bc5518f3ef0270ea018bc3d (patch)
treecd1dafa296f01781617e895bc6ce7538e51b2cd9 /src/yuzu_cmd/default_ini.h
parentMerge pull request #1999 from ReinUsesLisp/dirty-shader (diff)
downloadyuzu-c6016856d878c8f68bc5518f3ef0270ea018bc3d.tar.gz
yuzu-c6016856d878c8f68bc5518f3ef0270ea018bc3d.tar.xz
yuzu-c6016856d878c8f68bc5518f3ef0270ea018bc3d.zip
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.h6
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 =
183rng_seed_enabled = 183rng_seed_enabled =
184rng_seed = 184rng_seed =
185 185
186# Sets the current time (in seconds since 12:00 AM Jan 1, 1970) that will be used by the time service
187# This will auto-increment, with the time set being the time the game is started
188# This override will only occur if custom_rtc_enabled is true, otherwise the current time is used
189custom_rtc_enabled =
190custom_rtc =
191
186# Sets the account username, max length is 32 characters 192# Sets the account username, max length is 32 characters
187# yuzu (default) 193# yuzu (default)
188username = yuzu 194username = yuzu