WX: Add Disable Hardware Readbacks option

Adds the missing disable hardware readback option to WX.
This commit is contained in:
JordanTheToaster 2022-09-11 00:35:08 +01:00 committed by refractionpcsx2
parent bc3729c930
commit f3f495d23b
1 changed files with 1 additions and 0 deletions

View File

@ -558,6 +558,7 @@ DebugTab::DebugTab(wxWindow* parent)
m_ui.addCheckBox(debug_check_box, "Disable Dual-Source Blending", "DisableDualSourceBlend");
m_ui.addCheckBox(debug_check_box, "Use Debug Device", "UseDebugDevice");
m_ui.addCheckBox(debug_check_box, "Dump GS data", "dump");
m_ui.addCheckBox(debug_check_box, "Disable Hardware Readbacks", "HWDisableReadbacks");
auto* debug_save_check_box = new wxWrapSizer(wxHORIZONTAL);
m_ui.addCheckBox(debug_save_check_box, "Save RT", "save");