CDROM: Fix interrupt enable register having no effect

This commit is contained in:
Connor McLaughlin
2019-11-08 23:48:09 +10:00
parent c3efc5637a
commit 5eea2f9ced
2 changed files with 13 additions and 3 deletions

View File

@ -186,6 +186,7 @@ private:
void SendErrorResponse(u8 reason = 0x80);
void SendAsyncErrorResponse(u8 reason = 0x80);
void UpdateStatusRegister();
void UpdateInterruptRequest();
TickCount GetAckDelayForCommand() const;
TickCount GetTicksForRead() const;