mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-28 23:09:13 +00:00
Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.
This commit is contained in:
@@ -46,7 +46,7 @@ public:
|
||||
*
|
||||
* @param stream - The stream to close.
|
||||
*/
|
||||
void CloseStream(const SinkStream* stream) override;
|
||||
void CloseStream(SinkStream* stream) override;
|
||||
|
||||
/**
|
||||
* Close all streams.
|
||||
|
||||
Reference in New Issue
Block a user