mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 14:17:58 -05: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