mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 14:25:45 -04:00
SPU: Fix a few cases where SPU interrupts weren't firing
This commit is contained in:
@ -62,7 +62,7 @@ private:
|
||||
void ClearState();
|
||||
|
||||
// is everything enabled for a channel to operate?
|
||||
bool CanTransferChannel(Channel channel) const;
|
||||
bool CanTransferChannel(Channel channel, bool ignore_halt) const;
|
||||
bool IsTransferHalted() const;
|
||||
void UpdateIRQ();
|
||||
|
||||
|
Reference in New Issue
Block a user