audin: fix wrong id ListAudioInsAuto call (#1737)

This commit is contained in:
Ac_K 2020-11-21 21:43:36 +01:00 committed by GitHub
parent 57c4e6ef21
commit 3dc9bab91f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
{