mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-10 12:17:51 +02: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