summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2023-06-14 01:45:51 +0200
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2023-07-21 16:56:54 +0200
commita0883526d6a104404404ead384788adb767c88d5 (patch)
treeeef2f4c5496e83d210362df6f7176f4af0887eb0 /src/common
parentshared_widget: Improve logging, use Setting::Ranged (diff)
downloadyuzu-a0883526d6a104404404ead384788adb767c88d5.tar
yuzu-a0883526d6a104404404ead384788adb767c88d5.tar.gz
yuzu-a0883526d6a104404404ead384788adb767c88d5.tar.bz2
yuzu-a0883526d6a104404404ead384788adb767c88d5.tar.lz
yuzu-a0883526d6a104404404ead384788adb767c88d5.tar.xz
yuzu-a0883526d6a104404404ead384788adb767c88d5.tar.zst
yuzu-a0883526d6a104404404ead384788adb767c88d5.zip
Diffstat (limited to 'src/common')
-rw-r--r--src/common/settings.h2
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 {
SwitchableSetting<CpuAccuracy, true> cpu_accuracy{linkage, CpuAccuracy::Auto,
CpuAccuracy::Auto, CpuAccuracy::Paranoid,
"cpu_accuracy", Category::Cpu};
- // TODO: remove cpu_accuracy_first_time, migration setting added 8 July 2021
- Setting<bool> cpu_accuracy_first_time{linkage, true, "cpu_accuracy_first_time", Category::Cpu};
Setting<bool> cpu_debug_mode{linkage, false, "cpu_debug_mode", Category::CpuDebug};
Setting<bool> cpuopt_page_tables{linkage, true, "cpuopt_page_tables", Category::CpuDebug};