mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
BitField: Enable ifdef'd out code for Windows
This commit is contained in:
parent
c5979b47be
commit
102a2a975d
2 changed files with 1 additions and 11 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue