diff options
Diffstat (limited to 'Ryujinx.HLE/HOS/Services/Audio/IAudioInManager.cs')
-rw-r--r-- | Ryujinx.HLE/HOS/Services/Audio/IAudioInManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |