mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
D3DState: Remove wireframe rasterizer support.
This commit is contained in:
parent
925bbcb85b
commit
c9e469f832
3 changed files with 1 additions and 3 deletions
|
@ -255,7 +255,6 @@ Renderer::Renderer(void *&window_handle)
|
|||
gx_state.zmode.func = ZMode::NEVER;
|
||||
|
||||
gx_state.raster.cull_mode = D3D11_CULL_NONE;
|
||||
gx_state.raster.wireframe = false;
|
||||
|
||||
// Clear EFB textures
|
||||
float ClearColor[4] = { 0.f, 0.f, 0.f, 1.f };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue