mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 10:32:32 -07: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