mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 08:12:34 -07:00
Choose the SDL audio backend when Cubeb reports too high of a latency
This commit is contained in:
@@ -96,4 +96,11 @@ private:
|
||||
*/
|
||||
std::vector<std::string> ListCubebSinkDevices(bool capture);
|
||||
|
||||
/**
|
||||
* Get the reported latency for this sink.
|
||||
*
|
||||
* @return Minimum latency for this sink.
|
||||
*/
|
||||
u32 GetCubebLatency();
|
||||
|
||||
} // namespace AudioCore::Sink
|
||||
|
Reference in New Issue
Block a user