From 5d0b44303cc2c03d027106c787d64fccd5d6b24e Mon Sep 17 00:00:00 2001 From: Luke Usher Date: Sat, 5 Oct 2019 14:50:50 +0100 Subject: [PATCH] Fix a regression with XDK 4432 (Buffy and others) --- src/core/hle/D3D8/XbConvert.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hle/D3D8/XbConvert.cpp b/src/core/hle/D3D8/XbConvert.cpp index 5c5b89819..67a1de169 100644 --- a/src/core/hle/D3D8/XbConvert.cpp +++ b/src/core/hle/D3D8/XbConvert.cpp @@ -1414,7 +1414,7 @@ const RenderStateInfo DxbxRenderStateInfo[] = { { "D3DRS_POINTOFFSETENABLE" /*= 79*/, 3424, xtBOOL, NV2A_POLYGON_OFFSET_POINT_ENABLE }, { "D3DRS_WIREFRAMEOFFSETENABLE" /*= 80*/, 3424, xtBOOL, NV2A_POLYGON_OFFSET_LINE_ENABLE }, { "D3DRS_SOLIDOFFSETENABLE" /*= 81*/, 3424, xtBOOL, NV2A_POLYGON_OFFSET_FILL_ENABLE }, - { "D3DRS_DEPTHCLIPCONTROL" /*= 82*/, 4531, xtD3DDCC, NV2A_DEPTHCLIPCONTROL }, + { "D3DRS_DEPTHCLIPCONTROL" /*= 82*/, 4432, xtD3DDCC, NV2A_DEPTHCLIPCONTROL }, { "D3DRS_STIPPLEENABLE" /*= 83*/, 4627, xtBOOL, NV2A_POLYGON_STIPPLE_ENABLE }, { "D3DRS_SIMPLE_UNUSED8" /*= 84*/, 4627, xtDWORD, 0 }, { "D3DRS_SIMPLE_UNUSED7" /*= 85*/, 4627, xtDWORD, 0 },