diff options
| author | 2020-12-30 22:06:05 -0800 | |
|---|---|---|
| committer | 2020-12-30 22:06:05 -0800 | |
| commit | 25d607f5f63929369fb74f386a920b69bb24f442 (patch) | |
| tree | 9ee5a023f033d99561a0358c5c71aeecc92c9d64 /src/core/settings.cpp | |
| parent | Merge pull request #5263 from lioncash/uninit (diff) | |
| parent | hle: kernel: service_thread: Make thread naming more consistent. (diff) | |
| download | yuzu-25d607f5f63929369fb74f386a920b69bb24f442.tar.gz yuzu-25d607f5f63929369fb74f386a920b69bb24f442.tar.xz yuzu-25d607f5f63929369fb74f386a920b69bb24f442.zip | |
Merge pull request #5208 from bunnei/service-threads
Service threads
Diffstat (limited to 'src/core/settings.cpp')
| -rw-r--r-- | src/core/settings.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/settings.cpp b/src/core/settings.cpp index 47d9ecf9a..39306509a 100644 --- a/src/core/settings.cpp +++ b/src/core/settings.cpp | |||
| @@ -148,9 +148,4 @@ void RestoreGlobalState(bool is_powered_on) { | |||
| 148 | values.motion_enabled.SetGlobal(true); | 148 | values.motion_enabled.SetGlobal(true); |
| 149 | } | 149 | } |
| 150 | 150 | ||
| 151 | void Sanitize() { | ||
| 152 | values.use_asynchronous_gpu_emulation.SetValue( | ||
| 153 | values.use_asynchronous_gpu_emulation.GetValue() || values.use_multi_core.GetValue()); | ||
| 154 | } | ||
| 155 | |||
| 156 | } // namespace Settings | 151 | } // namespace Settings |