From 3dc9bab91f1ad5094360d581368024b7dfa17d0f Mon Sep 17 00:00:00 2001 From: Ac_K Date: Sat, 21 Nov 2020 21:43:36 +0100 Subject: [PATCH] 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 9b3b951cb..3081cd499 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 names) public ResultCode ListAudioInsAuto(ServiceCtx context) {