Remove SPU verification from settings

This commit is contained in:
msuih 2019-05-31 19:30:31 +03:00 committed by Ivan
parent ef587d4cdc
commit 32776db8a6
4 changed files with 0 additions and 13 deletions

View File

@ -45,7 +45,6 @@
"debug": {
"ppuDebug": "Never use this.",
"spuDebug": "Never use this.",
"spuVerification": "Never disable this.",
"setDAZandFTZ": "Never use this.",
"accurateGETLLAR": "Never use this.",
"accuratePUTLLUC": "Never use this.",

View File

@ -45,7 +45,6 @@ public:
SetDAZandFTZ,
SPUBlockSize,
SPUCache,
SPUVerification,
DebugConsoleMode,
MaxSPURSThreads,
@ -255,7 +254,6 @@ private:
{ SetDAZandFTZ, { "Core", "Set DAZ and FTZ"}},
{ SPUBlockSize, { "Core", "SPU Block Size"}},
{ SPUCache, { "Core", "SPU Cache"}},
{ SPUVerification, { "Core", "SPU Verification"}},
{ DebugConsoleMode, { "Core", "Debug Console Mode"}},
{ MaxSPURSThreads, { "Core", "Max SPURS Threads"}},

View File

@ -1346,9 +1346,6 @@ settings_dialog::settings_dialog(std::shared_ptr<gui_settings> guiSettings, std:
xemu_settings->EnhanceCheckBox(ui->spuDebug, emu_settings::SPUDebug);
SubscribeTooltip(ui->spuDebug, json_debug["spuDebug"].toString());
xemu_settings->EnhanceCheckBox(ui->spuVerification, emu_settings::SPUVerification);
SubscribeTooltip(ui->spuVerification, json_debug["spuVerification"].toString());
xemu_settings->EnhanceCheckBox(ui->setDAZandFTZ, emu_settings::SetDAZandFTZ);
SubscribeTooltip(ui->setDAZandFTZ, json_debug["setDAZandFTZ"].toString());

View File

@ -2281,13 +2281,6 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="spuVerification">
<property name="text">
<string>SPU Verification</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="setDAZandFTZ">
<property name="text">