ViISystemDisplayService.cs 180 B

12345678910
  1. namespace Ryujinx.OsHle.Objects
  2. {
  3. class ViISystemDisplayService
  4. {
  5. public static long SetLayerZ(ServiceCtx Context)
  6. {
  7. return 0;
  8. }
  9. }
  10. }