Semi-implement IHOSBinderDriver::TransactParcelAuto
This commit is contained in:
parent
dbaa5cd117
commit
59e4aaf29a
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ namespace Ryujinx.Core.OsHle.Services.Vi
|
|||
{
|
||||
{ 0, TransactParcel },
|
||||
{ 1, AdjustRefcount },
|
||||
{ 2, GetNativeHandle }
|
||||
{ 2, GetNativeHandle },
|
||||
{ 3, TransactParcel }, //TransactParcelAuto
|
||||
};
|
||||
|
||||
ReleaseEvent = new KEvent();
|
||||
|
|
Loading…
Reference in a new issue