mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-03 01:06:27 -05:00
aloha
This commit is contained in:
10
Ryujinx/OsHle/Objects/ViISystemDisplayService.cs
Normal file
10
Ryujinx/OsHle/Objects/ViISystemDisplayService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Ryujinx.OsHle.Objects
|
||||
{
|
||||
class ViISystemDisplayService
|
||||
{
|
||||
public static long SetLayerZ(ServiceCtx Context)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user