mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-14 10:21:21 +00:00
Remove SPU verification from settings
This commit is contained in:
parent
ef587d4cdc
commit
32776db8a6
@ -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.",
|
||||
|
@ -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"}},
|
||||
|
||||
|
@ -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());
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user