mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-13 14:41:07 +00:00
Rework ADSP into a wrapper for apps
This commit is contained in:
@@ -73,7 +73,7 @@ void Manager::BufferReleaseAndRegister() {
|
||||
}
|
||||
}
|
||||
|
||||
u32 Manager::GetDeviceNames(std::vector<AudioRenderer::AudioDevice::AudioDeviceName>& names,
|
||||
u32 Manager::GetDeviceNames(std::vector<Renderer::AudioDevice::AudioDeviceName>& names,
|
||||
[[maybe_unused]] const u32 max_count,
|
||||
[[maybe_unused]] const bool filter) {
|
||||
std::scoped_lock l{mutex};
|
||||
|
||||
Reference in New Issue
Block a user