mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
BitField: Enable ifdef'd out code for Windows
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user