Fix for TransactParcelAuto
This commit is contained in:
parent
964e0069fd
commit
bc0a619bbc
1 changed files with 1 additions and 2 deletions
|
@ -275,8 +275,7 @@ namespace Ryujinx.HLE.HOS.Services.Android
|
|||
|
||||
private long MakeReplyParcel(ServiceCtx Context, byte[] Data)
|
||||
{
|
||||
long ReplyPos = Context.Request.ReceiveBuff[0].Position;
|
||||
long ReplySize = Context.Request.ReceiveBuff[0].Size;
|
||||
(long ReplyPos, long ReplySize) = Context.Request.GetBufferType0x22();
|
||||
|
||||
byte[] Reply = MakeParcel(Data, new byte[0]);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue