Fix order of values
This commit is contained in:
parent
0c8697636a
commit
f0c4b99fdb
1 changed files with 1 additions and 1 deletions
|
@ -82,8 +82,8 @@ namespace Ryujinx.HLE.HOS.Services.Aud
|
||||||
OutPosition += 2;
|
OutPosition += 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
Context.ResponseData.Write(Samples);
|
|
||||||
Context.ResponseData.Write(Processed);
|
Context.ResponseData.Write(Processed);
|
||||||
|
Context.ResponseData.Write(Samples);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue