summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKelebek1 <eeeedddccc@hotmail.co.uk>2021-07-06 19:44:38 +0200
committerKelebek1 <eeeedddccc@hotmail.co.uk>2021-07-06 19:52:49 +0200
commitb9f915e07aef5afaa5514c8dec6191fa0799a104 (patch)
treef175b1cf8e301f25df215afe245c5aa3535d8809
parentMerge pull request #6537 from Morph1984/warnings (diff)
downloadyuzu-b9f915e07aef5afaa5514c8dec6191fa0799a104.tar
yuzu-b9f915e07aef5afaa5514c8dec6191fa0799a104.tar.gz
yuzu-b9f915e07aef5afaa5514c8dec6191fa0799a104.tar.bz2
yuzu-b9f915e07aef5afaa5514c8dec6191fa0799a104.tar.lz
yuzu-b9f915e07aef5afaa5514c8dec6191fa0799a104.tar.xz
yuzu-b9f915e07aef5afaa5514c8dec6191fa0799a104.tar.zst
yuzu-b9f915e07aef5afaa5514c8dec6191fa0799a104.zip
-rw-r--r--src/core/hle/service/audio/audren_u.cpp2
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:
IPC::ResponseBuilder rb{ctx, 3};
rb.Push(ResultSuccess);
- rb.Push<u32>(1);
+ rb.Push<u32>(2);
}
// Should be similar to QueryAudioDeviceOutputEvent