From 3dc9bab91f1ad5094360d581368024b7dfa17d0f Mon Sep 17 00:00:00 2001 From: Ac_K <Acoustik666@gmail.com> Date: Sat, 21 Nov 2020 21:43:36 +0100 Subject: audin: fix wrong id ListAudioInsAuto call (#1737) --- Ryujinx.HLE/HOS/Services/Audio/IAudioInManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx.HLE/HOS/Services/Audio/IAudioInManager.cs b/Ryujinx.HLE/HOS/Services/Audio/IAudioInManager.cs index 9b3b951c..3081cd49 100644 --- a/Ryujinx.HLE/HOS/Services/Audio/IAudioInManager.cs +++ b/Ryujinx.HLE/HOS/Services/Audio/IAudioInManager.cs @@ -27,7 +27,7 @@ namespace Ryujinx.HLE.HOS.Services.Audio return ResultCode.Success; } - [Command(3)] // 3.0.0+ + [Command(2)] // 3.0.0+ // ListAudioInsAuto() -> (u32 count, buffer<bytes, 0x22> names) public ResultCode ListAudioInsAuto(ServiceCtx context) { -- cgit v1.2.3-70-g09d2