mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 04:57:59 -05:00
Audio: Add sink selection to configuration files
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
|
||||
namespace AudioCore {
|
||||
|
||||
// g_sink_details is ordered in terms of desirability, with the best choice at the top.
|
||||
const std::vector<SinkDetails> g_sink_details = {
|
||||
{ "null", []() { return std::make_unique<NullSink>(); } },
|
||||
};
|
||||
|
Reference in New Issue
Block a user