Merge pull request #810 from diamante0018/develop

[Renderer]: Fix incorrect macro usage
This commit is contained in:
Edo
2023-03-05 20:03:24 +00:00
committed by GitHub

View File

@ -570,7 +570,7 @@ namespace Components
}
}, Scheduler::Pipeline::RENDERER);
#if _DEBUG
#ifdef _DEBUG
// Disable ATI Radeon 4000 optimization that crashes Pixwin
Utils::Hook::Set(0x5066F8, D3DFMT_UNKNOWN);
#endif