2026-09-10 01:35:01

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie
2026-09-10 01:35:02 +00:00
parent 722bd07dbf
commit f85dc57d8d
2 changed files with 12 additions and 22 deletions
-10
View File
@@ -55,16 +55,6 @@ constexpr SinkDetails sink_details[] = {
&GetPS4Latency,
},
#endif
#ifdef HAVE_OBOE
SinkDetails{
Settings::AudioEngine::Oboe,
[](std::string_view device_id) -> std::unique_ptr<Sink> {
return std::make_unique<OboeSink>();
},
[](bool capture) { return std::vector<std::string>{"Default"}; },
[]() { return 0u; },
},
#endif
#ifdef HAVE_CUBEB
SinkDetails{
Settings::AudioEngine::Cubeb,