diff --git a/patches/d3dx9_36-GetShaderSemantics/0001-d3dx9_36-Implement-D3DXGetShaderInputSemantics-tests.patch b/patches/d3dx9_36-GetShaderSemantics/0001-d3dx9_36-Implement-D3DXGetShaderInputSemantics-tests.patch index 6e70063c..64b6d1cf 100644 --- a/patches/d3dx9_36-GetShaderSemantics/0001-d3dx9_36-Implement-D3DXGetShaderInputSemantics-tests.patch +++ b/patches/d3dx9_36-GetShaderSemantics/0001-d3dx9_36-Implement-D3DXGetShaderInputSemantics-tests.patch @@ -41,7 +41,7 @@ index cdc470b..fecc3ee 100644 return E_OUTOFMEMORY; } + -+const DWORD* skip_instruction(const DWORD *byte_code, UINT shader_model) ++static const DWORD* skip_instruction(const DWORD *byte_code, UINT shader_model) +{ + TRACE("Shader model %u\n", shader_model); +