summaryrefslogtreecommitdiff
path: root/src/common/settings.cpp
diff options
context:
space:
mode:
authorGravatar lat9nq2021-05-16 01:17:18 -0400
committerGravatar lat9nq2021-05-17 15:54:30 -0400
commit339dc4f806b0c39a4ec6460187f345c4e2890d05 (patch)
tree1e47f2c0afa0a9bc4ecae5f2d9886c71bc6629c4 /src/common/settings.cpp
parentconfiguration: Add CPU tab to game properties (diff)
downloadyuzu-339dc4f806b0c39a4ec6460187f345c4e2890d05.tar.gz
yuzu-339dc4f806b0c39a4ec6460187f345c4e2890d05.tar.xz
yuzu-339dc4f806b0c39a4ec6460187f345c4e2890d05.zip
general: Demote custom_rtc to regular setting
Diffstat (limited to 'src/common/settings.cpp')
-rw-r--r--src/common/settings.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp
index 7c8fced59..e29cbf506 100644
--- a/src/common/settings.cpp
+++ b/src/common/settings.cpp
@@ -136,7 +136,6 @@ void RestoreGlobalState(bool is_powered_on) {
136 values.region_index.SetGlobal(true); 136 values.region_index.SetGlobal(true);
137 values.time_zone_index.SetGlobal(true); 137 values.time_zone_index.SetGlobal(true);
138 values.rng_seed.SetGlobal(true); 138 values.rng_seed.SetGlobal(true);
139 values.custom_rtc.SetGlobal(true);
140 values.sound_index.SetGlobal(true); 139 values.sound_index.SetGlobal(true);
141 140
142 // Controls 141 // Controls