summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2015-09-17 18:12:20 +0200
committerdegasus <wickmarkus@web.de>2015-09-17 18:21:37 +0200
commite3e0399af2c7957fb1636689103cae03e2e26db4 (patch)
treee1d14542c6a1320c4685b59c87f92ca24ed7d763 /Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp
parent52de4cc476429d77240434c4c0c6fcaff353f39a (diff)
VideoSW: Drop HwRasterizer
I don't remember it being working, and nobody cares about performance of videosw.
Diffstat (limited to 'Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp')
-rw-r--r--Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp b/Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp
index dd747c4513..fb2fbddbcd 100644
--- a/Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp
+++ b/Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp
@@ -76,9 +76,6 @@ SoftwareVideoConfigDialog::SoftwareVideoConfigDialog(wxWindow* parent, const std
choice_backend->Disable();
}
- // rasterizer
- szr_rendering->Add(new SettingCheckBox(page_general, _("Hardware rasterization"), "", vconfig.bHwRasterizer));
-
// xfb
szr_rendering->Add(new SettingCheckBox(page_general, _("Bypass XFB"), "", vconfig.bBypassXFB));
}