diff options
| author | 2020-12-12 00:50:22 -0800 | |
|---|---|---|
| committer | 2020-12-28 16:33:48 -0800 | |
| commit | 916438a9de378f97129df7f5a979bb1a406cda9f (patch) | |
| tree | 0ed01b4d414cc649595db93111a973263a8922b3 /src/core/settings.h | |
| parent | video_core: gpu: Implement synchronous mode using threaded GPU. (diff) | |
| download | yuzu-916438a9de378f97129df7f5a979bb1a406cda9f.tar.gz yuzu-916438a9de378f97129df7f5a979bb1a406cda9f.tar.xz yuzu-916438a9de378f97129df7f5a979bb1a406cda9f.zip | |
core: settings: Untangle multicore from asynchronous GPU.
- Now that GPU is always threaded, we can support multicore with synchronous GPU.
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index d5f8d2b7e..0cd3c0c84 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -257,7 +257,4 @@ void LogSettings(); | |||
| 257 | // Restore the global state of all applicable settings in the Values struct | 257 | // Restore the global state of all applicable settings in the Values struct |
| 258 | void RestoreGlobalState(bool is_powered_on); | 258 | void RestoreGlobalState(bool is_powered_on); |
| 259 | 259 | ||
| 260 | // Fixes settings that are known to cause issues with the emulator | ||
| 261 | void Sanitize(); | ||
| 262 | |||
| 263 | } // namespace Settings | 260 | } // namespace Settings |