mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-24 00:47:56 -05: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