mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
Audio: Add sink selection to configuration files
This commit is contained in:
parent
80c798dec3
commit
aa47fc2406
10 changed files with 79 additions and 4 deletions
|
@ -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>(); } },
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue