forked from eden-emu/eden
Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.
This commit is contained in:
parent
af222dc924
commit
c3e3874d8d
23 changed files with 550 additions and 841 deletions
|
@ -32,7 +32,7 @@ public:
|
|||
*
|
||||
* @param stream - The stream to close.
|
||||
*/
|
||||
virtual void CloseStream(const SinkStream* stream) = 0;
|
||||
virtual void CloseStream(SinkStream* stream) = 0;
|
||||
|
||||
/**
|
||||
* Close all streams.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue