Просмотр исходного кода

audin: fix wrong id ListAudioInsAuto call (#1737)

Ac_K 5 лет назад
Родитель
Сommit
3dc9bab91f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Ryujinx.HLE/HOS/Services/Audio/IAudioInManager.cs

+ 1 - 1
Ryujinx.HLE/HOS/Services/Audio/IAudioInManager.cs

@@ -27,7 +27,7 @@ namespace Ryujinx.HLE.HOS.Services.Audio
             return ResultCode.Success;
             return ResultCode.Success;
         }
         }
 
 
-        [Command(3)] // 3.0.0+
+        [Command(2)] // 3.0.0+
         // ListAudioInsAuto() -> (u32 count, buffer<bytes, 0x22> names)
         // ListAudioInsAuto() -> (u32 count, buffer<bytes, 0x22> names)
         public ResultCode ListAudioInsAuto(ServiceCtx context)
         public ResultCode ListAudioInsAuto(ServiceCtx context)
         {
         {