mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-02-06 15:02:55 -06:00
10 lines
180 B
C#
10 lines
180 B
C#
![]() |
namespace Ryujinx.OsHle.Objects
|
||
|
{
|
||
|
class ViISystemDisplayService
|
||
|
{
|
||
|
public static long SetLayerZ(ServiceCtx Context)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|
||
|
}
|
||
|
}
|