From e3e0399af2c7957fb1636689103cae03e2e26db4 Mon Sep 17 00:00:00 2001 From: degasus Date: Thu, 17 Sep 2015 18:12:20 +0200 Subject: VideoSW: Drop HwRasterizer I don't remember it being working, and nobody cares about performance of videosw. --- Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'Source/Core/DolphinWX/SoftwareVideoConfigDialog.cpp') 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)); } -- cgit v1.2.3