mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 05:32:25 -07:00
Rework ADSP into a wrapper for apps
This commit is contained in:
@@ -61,8 +61,7 @@ public:
|
||||
* @param names - Output container to write names to.
|
||||
* @return Number of names written.
|
||||
*/
|
||||
u32 GetAudioOutDeviceNames(
|
||||
std::vector<AudioRenderer::AudioDevice::AudioDeviceName>& names) const;
|
||||
u32 GetAudioOutDeviceNames(std::vector<Renderer::AudioDevice::AudioDeviceName>& names) const;
|
||||
|
||||
/// Core system
|
||||
Core::System& system;
|
||||
|
Reference in New Issue
Block a user