Update IAudioOut.cs
This commit is contained in:
parent
eb88106b5c
commit
5eb59339e0
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue