mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-26 03:57:52 -05:00
Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.
This commit is contained in:
@ -44,7 +44,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