Emulator Issues #4802
closederror C2065: 'C_COLORMATRIX' : undeclared identifier
0%
Description
- Game Name and ID (as it appears in right click > properties:
Dolphin rev. 91e9d272a9e20f0c042e463a9ac8c0b0847563c4
2) What is the expected output? What do you see instead?
Expected output: Compiles
Actual output:
1>------ Build started: Project: VideoDX9, Configuration: Release x64 ------
<snip>
1>Src\TextureConverter.cpp(90): error C2065: 'C_COLORMATRIX' : undeclared identifier
1>Src\TextureConverter.cpp(90): error C2065: 'C_COLORMATRIX' : undeclared identifier
1>Src\TextureConverter.cpp(120): error C2065: 'C_COLORMATRIX' : undeclared identifier
1>Src\TextureConverter.cpp(120): error C2065: 'C_COLORMATRIX' : undeclared identifier
<snip>
1>Src\PixelShaderCache.cpp(178): error C2065: 'C_COLORMATRIX' : undeclared identifier
1>Src\Render.cpp(601): error C2039: 'SetColorMatrix' : is not a member of 'PixelShaderManager'
<snip>
1>Src\Render.cpp(601): error C3861: 'SetColorMatrix': identifier not found
<snip>
VideoDX9.lib fails to compile. resulting in:
LINK : fatal error LNK1181: cannot open input file '...\Dolphin\Source\x64\Release\VideoDX9.lib'
Which causes all of Dolphin to fail to compile.
4) What steps will reproduce the problem?
- install vc 2010 express on win 7 64
- git clone dolphin
- follow instructions on Windows Build wiki
- build solution