diff --git a/Ryujinx.HLE/HOS/Services/Aud/IHardwareOpusDecoder.cs b/Ryujinx.HLE/HOS/Services/Aud/IHardwareOpusDecoder.cs index e1319443ef..a71b8602ad 100644 --- a/Ryujinx.HLE/HOS/Services/Aud/IHardwareOpusDecoder.cs +++ b/Ryujinx.HLE/HOS/Services/Aud/IHardwareOpusDecoder.cs @@ -82,8 +82,8 @@ namespace Ryujinx.HLE.HOS.Services.Aud OutPosition += 2; } - Context.ResponseData.Write(Samples); Context.ResponseData.Write(Processed); + Context.ResponseData.Write(Samples); return 0; }