mirror of
https://github.com/Ryujinx-NX/Ryujinx.git
synced 2024-11-14 13:07:41 -07:00
handle vi:u and vi:s getdisplayservice (#66)
This commit is contained in:
parent
33ad3982aa
commit
423ae5d889
@ -13,13 +13,15 @@ namespace Ryujinx.Core.OsHle.Services.Vi
|
||||
{
|
||||
m_Commands = new Dictionary<int, ServiceProcessRequest>()
|
||||
{
|
||||
{ 0, GetDisplayService },
|
||||
{ 1, GetDisplayService },
|
||||
{ 2, GetDisplayService }
|
||||
};
|
||||
}
|
||||
|
||||
public long GetDisplayService(ServiceCtx Context)
|
||||
{
|
||||
int Unknown = Context.RequestData.ReadInt32();
|
||||
int ServiceType = Context.RequestData.ReadInt32();
|
||||
|
||||
MakeObject(Context, new IApplicationDisplayService());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user