mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-11 03:56:40 +00:00
audin: fix wrong id ListAudioInsAuto call (#1737)
This commit is contained in:
parent
57c4e6ef21
commit
3dc9bab91f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue