mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-03-11 22:15:34 +00:00
10 lines
No EOL
180 B
C#
10 lines
No EOL
180 B
C#
namespace Ryujinx.OsHle.Objects
|
|
{
|
|
class ViISystemDisplayService
|
|
{
|
|
public static long SetLayerZ(ServiceCtx Context)
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
} |