stubs (#69)
This commit is contained in:
parent
e16ca561cb
commit
836a003c8e
8 changed files with 59 additions and 4 deletions
|
@ -13,7 +13,8 @@ namespace Ryujinx.Core.OsHle.Services.Vi
|
|||
{
|
||||
m_Commands = new Dictionary<int, ServiceProcessRequest>()
|
||||
{
|
||||
{ 2205, SetLayerZ }
|
||||
{ 2205, SetLayerZ },
|
||||
{ 2207, SetLayerVisibility }
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -21,5 +22,10 @@ namespace Ryujinx.Core.OsHle.Services.Vi
|
|||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
public static long SetLayerVisibility(ServiceCtx Context)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue