mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 03:57:50 -05:00
settings: Delete cpu_accuracy_first_time
Almost a 2 year old migration setting now
This commit is contained in:
@ -635,11 +635,6 @@ void Config::ReadCpuValues() {
|
||||
ReadCategory(Settings::Category::CpuDebug);
|
||||
ReadCategory(Settings::Category::CpuUnsafe);
|
||||
|
||||
if (Settings::values.cpu_accuracy_first_time) {
|
||||
Settings::values.cpu_accuracy.SetValue(Settings::values.cpu_accuracy.GetDefault());
|
||||
Settings::values.cpu_accuracy_first_time.SetValue(false);
|
||||
}
|
||||
|
||||
qt_config->endGroup();
|
||||
}
|
||||
|
||||
|
@ -39,7 +39,6 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent) {
|
||||
|
||||
// Cpu
|
||||
INSERT(Settings, cpu_accuracy, "Accuracy:", "");
|
||||
INSERT(Settings, cpu_accuracy_first_time, "", "");
|
||||
|
||||
// Cpu Debug
|
||||
|
||||
|
Reference in New Issue
Block a user