diff options
| author | bunnei <bunneidev@gmail.com> | 2019-01-10 17:05:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-10 17:05:21 -0500 |
| commit | c9ef8b0af1a5908822ca0f3bb3b2238018a555e8 (patch) | |
| tree | 157da486e44b5f7083607159e1bb8bb3e4f20842 /src/yuzu_cmd/default_ini.h | |
| parent | 83e8ad23310937bb72f4412c15f45231a19202f7 (diff) | |
| parent | ac7d8983ebc75b1b5e150ea7e03ff54267faf670 (diff) | |
Merge pull request #1959 from DarkLordZach/custom-rtc
settings: Add support for setting the RTC manually
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..ba51a4a51 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 |
