[Renderer]: Fix incorrect macro usage

This commit is contained in:
Edo 2023-03-05 19:56:53 +00:00 committed by GitHub
parent 3843547676
commit 7ec3cedfed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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