mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-21 18:21:13 +02: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;
|
|
}
|
|
}
|
|
} |