stubs (#69)
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user