Update IAudioOut.cs

This commit is contained in:
Ac_K 2018-02-16 02:47:02 +01:00 committed by GitHub
commit 5eb59339e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,7 +146,8 @@ namespace Ryujinx.OsHle.Objects.Aud
AMemoryHelper.WriteBytes(Context.Memory, Context.Request.ReceiveBuff[0].Position, BitConverter.GetBytes(TempKey)); AMemoryHelper.WriteBytes(Context.Memory, Context.Request.ReceiveBuff[0].Position, BitConverter.GetBytes(TempKey));
Context.ResponseData.Write(1); int ReleasedBuffersCount = 1;
Context.ResponseData.Write(ReleasedBuffersCount);
if (OpenALInstalled) if (OpenALInstalled)
{ {