little commit to dx9 add generation mode to RestoreAPIState to avoid possible errors, don't know if this fix anything but now is more correct.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7245 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Rodolfo Osvaldo Bogado 2011-02-25 20:24:48 +00:00
parent 7dc3a6cc92
commit c40ca6553f

View File

@ -1327,6 +1327,7 @@ void Renderer::RestoreAPIState()
D3D::SetRenderState(D3DRS_ZWRITEENABLE, TRUE); D3D::SetRenderState(D3DRS_ZWRITEENABLE, TRUE);
SetColorMask(); SetColorMask();
SetLogicOpMode(); SetLogicOpMode();
SetGenerationMode();
} }
void Renderer::SetGenerationMode() void Renderer::SetGenerationMode()