summaryrefslogtreecommitdiffstats
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-12-12 09:50:22 +0100
committerbunnei <bunneidev@gmail.com>2020-12-29 01:33:48 +0100
commit916438a9de378f97129df7f5a979bb1a406cda9f (patch)
tree0ed01b4d414cc649595db93111a973263a8922b3 /src/core/settings.h
parentvideo_core: gpu: Implement synchronous mode using threaded GPU. (diff)
downloadyuzu-916438a9de378f97129df7f5a979bb1a406cda9f.tar
yuzu-916438a9de378f97129df7f5a979bb1a406cda9f.tar.gz
yuzu-916438a9de378f97129df7f5a979bb1a406cda9f.tar.bz2
yuzu-916438a9de378f97129df7f5a979bb1a406cda9f.tar.lz
yuzu-916438a9de378f97129df7f5a979bb1a406cda9f.tar.xz
yuzu-916438a9de378f97129df7f5a979bb1a406cda9f.tar.zst
yuzu-916438a9de378f97129df7f5a979bb1a406cda9f.zip
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h3
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