mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 17:45:46 -04:00
DMA: Clear state on shutdown
Fix a rare crash where the GPU starting after a second boot accesses uninitalized DMA fields.
This commit is contained in:
@ -60,6 +60,8 @@ private:
|
||||
Reserved = 3
|
||||
};
|
||||
|
||||
void ClearState();
|
||||
|
||||
// is everything enabled for a channel to operate?
|
||||
bool CanTransferChannel(Channel channel) const;
|
||||
bool IsTransferHalted() const;
|
||||
|
Reference in New Issue
Block a user