aloha
This commit is contained in:
17
Ryujinx/OsHle/Objects/ViIManagerDisplayService.cs
Normal file
17
Ryujinx/OsHle/Objects/ViIManagerDisplayService.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace Ryujinx.OsHle.Objects
|
||||
{
|
||||
class ViIManagerDisplayService
|
||||
{
|
||||
public static long CreateManagedLayer(ServiceCtx Context)
|
||||
{
|
||||
Context.ResponseData.Write(0L); //LayerId
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
public static long AddToLayerStack(ServiceCtx Context)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user