diff options
| author | bunnei <bunneidev@gmail.com> | 2019-08-18 09:08:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-18 09:08:25 -0400 |
| commit | ef584f1a3a1dc8c10b6fb624265ae81fc1078c3a (patch) | |
| tree | 41e9fa35694d70a91a9f0cf04f4c8533271e52cc /src/core/hle/service/service.cpp | |
| parent | ca61e298b3ced36f5e1ac81e6960fc0d4ac89e0b (diff) | |
| parent | 16730c4c4351133c9a27d0b34c5aeb54ac65e9a6 (diff) | |
Merge pull request #2747 from lioncash/audio
service/audren_u: Unstub ListAudioDeviceName
Diffstat (limited to 'src/core/hle/service/service.cpp')
| -rw-r--r-- | src/core/hle/service/service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/service.cpp b/src/core/hle/service/service.cpp index 2daa1ae49..3a0f8c3f6 100644 --- a/src/core/hle/service/service.cpp +++ b/src/core/hle/service/service.cpp @@ -206,7 +206,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system) { AM::InstallInterfaces(*sm, nv_flinger, system); AOC::InstallInterfaces(*sm); APM::InstallInterfaces(system); - Audio::InstallInterfaces(*sm); + Audio::InstallInterfaces(*sm, system); BCAT::InstallInterfaces(*sm); BPC::InstallInterfaces(*sm); BtDrv::InstallInterfaces(*sm); |
