BitField: Enable ifdef'd out code for Windows

This commit is contained in:
Lioncash
2015-09-03 21:53:45 -04:00
parent c5979b47be
commit 102a2a975d
2 changed files with 1 additions and 11 deletions

View File

@ -1077,7 +1077,7 @@ void Renderer::SetGenerationMode()
void Renderer::SetDepthMode()
{
gx_state.zmode = bpmem.zmode;
gx_state.zmode.hex = bpmem.zmode.hex;
}
void Renderer::SetLogicOpMode()