mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-07-11 01:34:17 +02:00
GS/HW: Fix bad assert causing debug build failure
This commit is contained in:
@@ -5805,7 +5805,7 @@ void GSRendererHW::DetermineAlphaScaling(GSTextureCache::Target* rt, GSTextureCa
|
||||
|
||||
void GSRendererHW::EmulateAA1()
|
||||
{
|
||||
pxAssert(!features.aa1 || features.feedback_loops());
|
||||
pxAssert(!g_gs_device->Features().aa1 || g_gs_device->Features().feedback_loops());
|
||||
|
||||
if (IsCoverageAlphaSupported())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user