diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-12-29 01:09:57 +0100 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-01-08 01:19:40 +0100 |
commit | dbb1eb9c29e072e77b66efa28ea21e814100d6ee (patch) | |
tree | c180635840adf9d1555262bf68d223bcd78fb691 /src/yuzu_cmd/default_ini.h | |
parent | core: Set custom RTC differential on game boot (diff) | |
download | yuzu-dbb1eb9c29e072e77b66efa28ea21e814100d6ee.tar yuzu-dbb1eb9c29e072e77b66efa28ea21e814100d6ee.tar.gz yuzu-dbb1eb9c29e072e77b66efa28ea21e814100d6ee.tar.bz2 yuzu-dbb1eb9c29e072e77b66efa28ea21e814100d6ee.tar.lz yuzu-dbb1eb9c29e072e77b66efa28ea21e814100d6ee.tar.xz yuzu-dbb1eb9c29e072e77b66efa28ea21e814100d6ee.tar.zst yuzu-dbb1eb9c29e072e77b66efa28ea21e814100d6ee.zip |
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 0a3ea2619..ba51a4a51 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -186,8 +186,8 @@ 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 = +custom_rtc_enabled = +custom_rtc = # Sets the account username, max length is 32 characters # yuzu (default) |