ddraw: D3DRENDERSTATE_LOCALVIEWER doesn't exist before d3d7.

This commit is contained in:
Matteo Bruni 2015-04-30 23:22:15 +02:00 committed by Alexandre Julliard
parent 2b36f195b6
commit 72722222a7
1 changed files with 2 additions and 0 deletions

View File

@ -2529,6 +2529,7 @@ static HRESULT WINAPI d3d_device3_GetRenderState(IDirect3DDevice3 *iface,
case D3DRENDERSTATE_LIGHTING:
case D3DRENDERSTATE_NORMALIZENORMALS:
case D3DRENDERSTATE_LOCALVIEWER:
*value = 0xffffffff;
return D3D_OK;
@ -2889,6 +2890,7 @@ static HRESULT WINAPI d3d_device3_SetRenderState(IDirect3DDevice3 *iface,
case D3DRENDERSTATE_LIGHTING:
case D3DRENDERSTATE_NORMALIZENORMALS:
case D3DRENDERSTATE_LOCALVIEWER:
hr = D3D_OK;
break;