mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
VideoSW: Drop HwRasterizer
I don't remember it being working, and nobody cares about performance of videosw.
This commit is contained in:
parent
52de4cc476
commit
e3e0399af2
12 changed files with 31 additions and 509 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue