diff options
author | bunnei <bunneidev@gmail.com> | 2020-12-12 00:50:22 -0800 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2020-12-28 16:33:48 -0800 |
commit | 916438a9de378f97129df7f5a979bb1a406cda9f (patch) | |
tree | 0ed01b4d414cc649595db93111a973263a8922b3 /src/core/settings.h | |
parent | 40571c073faa02a6a4301e7f0ce365ef50a400aa (diff) |
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(); // Restore the global state of all applicable settings in the Values struct void RestoreGlobalState(bool is_powered_on); -// Fixes settings that are known to cause issues with the emulator -void Sanitize(); - } // namespace Settings |