diff options
| author | 2023-06-13 19:45:51 -0400 | |
|---|---|---|
| committer | 2023-07-21 10:56:54 -0400 | |
| commit | a0883526d6a104404404ead384788adb767c88d5 (patch) | |
| tree | eef2f4c5496e83d210362df6f7176f4af0887eb0 /src/common/settings.h | |
| parent | shared_widget: Improve logging, use Setting::Ranged (diff) | |
| download | yuzu-a0883526d6a104404404ead384788adb767c88d5.tar.gz yuzu-a0883526d6a104404404ead384788adb767c88d5.tar.xz yuzu-a0883526d6a104404404ead384788adb767c88d5.zip | |
settings: Delete cpu_accuracy_first_time
Almost a 2 year old migration setting now
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index afda3ccaf..e510036b4 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -146,8 +146,6 @@ struct Values { | |||
| 146 | SwitchableSetting<CpuAccuracy, true> cpu_accuracy{linkage, CpuAccuracy::Auto, | 146 | SwitchableSetting<CpuAccuracy, true> cpu_accuracy{linkage, CpuAccuracy::Auto, |
| 147 | CpuAccuracy::Auto, CpuAccuracy::Paranoid, | 147 | CpuAccuracy::Auto, CpuAccuracy::Paranoid, |
| 148 | "cpu_accuracy", Category::Cpu}; | 148 | "cpu_accuracy", Category::Cpu}; |
| 149 | // TODO: remove cpu_accuracy_first_time, migration setting added 8 July 2021 | ||
| 150 | Setting<bool> cpu_accuracy_first_time{linkage, true, "cpu_accuracy_first_time", Category::Cpu}; | ||
| 151 | Setting<bool> cpu_debug_mode{linkage, false, "cpu_debug_mode", Category::CpuDebug}; | 149 | Setting<bool> cpu_debug_mode{linkage, false, "cpu_debug_mode", Category::CpuDebug}; |
| 152 | 150 | ||
| 153 | Setting<bool> cpuopt_page_tables{linkage, true, "cpuopt_page_tables", Category::CpuDebug}; | 151 | Setting<bool> cpuopt_page_tables{linkage, true, "cpuopt_page_tables", Category::CpuDebug}; |