mirror of https://github.com/PCSX2/pcsx2.git
DMAC: Testing a constant value is always true. (#6122)
This commit is contained in:
parent
ed5aa4a67d
commit
bf899022d7
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue