Browse Source
Merge pull request #6567 from Kelebek1/Audio2
[audren] Report 2 channels active rather than 1
pull/15/merge
bunnei
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/core/hle/service/audio/audren_u.cpp
|
|
|
@ -290,7 +290,7 @@ private: |
|
|
|
|
|
|
|
IPC::ResponseBuilder rb{ctx, 3}; |
|
|
|
rb.Push(ResultSuccess); |
|
|
|
rb.Push<u32>(1); |
|
|
|
rb.Push<u32>(2); |
|
|
|
} |
|
|
|
|
|
|
|
// Should be similar to QueryAudioDeviceOutputEvent
|
|
|
|
|