mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-11 04:37:49 +02:00
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