mirror of
https://github.com/libretro/Play-.git
synced 2025-02-24 21:50:58 +00:00
Cleanup.
This commit is contained in:
parent
e7053379c7
commit
9055253cda
@ -374,7 +374,7 @@ void CPsxBios::HandleInterrupt()
|
||||
{
|
||||
EVENT* eventPtr = m_events[i];
|
||||
if(eventPtr == NULL) continue;
|
||||
if(cause & 0x08 && eventPtr->classId == 0xF0000009)
|
||||
if((cause & (1 << CIntc::LINE_DMAC)) && eventPtr->classId == 0xF0000009)
|
||||
{
|
||||
eventPtr->fired = 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user