diff options
| author | 2021-07-06 18:44:38 +0100 | |
|---|---|---|
| committer | 2021-07-06 18:52:49 +0100 | |
| commit | b9f915e07aef5afaa5514c8dec6191fa0799a104 (patch) | |
| tree | f175b1cf8e301f25df215afe245c5aa3535d8809 | |
| parent | Merge pull request #6537 from Morph1984/warnings (diff) | |
| download | yuzu-b9f915e07aef5afaa5514c8dec6191fa0799a104.tar.gz yuzu-b9f915e07aef5afaa5514c8dec6191fa0799a104.tar.xz yuzu-b9f915e07aef5afaa5514c8dec6191fa0799a104.zip | |
Report 2 channels active. Fixes Tales of Vesperia's mono channel audio.
| -rw-r--r-- | src/core/hle/service/audio/audren_u.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/audio/audren_u.cpp b/src/core/hle/service/audio/audren_u.cpp index 7583d68b2..b769fe959 100644 --- a/src/core/hle/service/audio/audren_u.cpp +++ b/src/core/hle/service/audio/audren_u.cpp | |||
| @@ -290,7 +290,7 @@ private: | |||
| 290 | 290 | ||
| 291 | IPC::ResponseBuilder rb{ctx, 3}; | 291 | IPC::ResponseBuilder rb{ctx, 3}; |
| 292 | rb.Push(ResultSuccess); | 292 | rb.Push(ResultSuccess); |
| 293 | rb.Push<u32>(1); | 293 | rb.Push<u32>(2); |
| 294 | } | 294 | } |
| 295 | 295 | ||
| 296 | // Should be similar to QueryAudioDeviceOutputEvent | 296 | // Should be similar to QueryAudioDeviceOutputEvent |