mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-13 05:01:06 +00:00
Rework ADSP into a wrapper for apps
This commit is contained in:
@@ -73,7 +73,7 @@ void Manager::BufferReleaseAndRegister() {
|
||||
}
|
||||
|
||||
u32 Manager::GetAudioOutDeviceNames(
|
||||
std::vector<AudioRenderer::AudioDevice::AudioDeviceName>& names) const {
|
||||
std::vector<Renderer::AudioDevice::AudioDeviceName>& names) const {
|
||||
names.emplace_back("DeviceOut");
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user