Update IAudioOut.cs

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

View file

@ -145,8 +145,9 @@ namespace Ryujinx.OsHle.Objects.Aud
if (KeysQueue.Count > 0) TempKey = KeysQueue.Dequeue();
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)
{