mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
DMAC: Testing a constant value is always true. (#6122)
This commit is contained in:
@@ -541,7 +541,7 @@ __fi bool dmacWrite32( u32 mem, mem32_t& value )
|
||||
case (DMAC_FAKESTAT):
|
||||
case (DMAC_STAT):
|
||||
{
|
||||
if (DMAC_FAKESTAT)
|
||||
if (mem == DMAC_FAKESTAT)
|
||||
{
|
||||
HW_LOG("Midways own DMAC_STAT Write 32bit %x", value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user