mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-02-05 07:35:07 +08: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;
|
|
}
|
|
}
|
|
} |