IService.cs
1 namespace Ryujinx.Horizon 2 { 3 interface IService 4 { 5 abstract static void Main(ServiceTable serviceTable); 6 } 7 }
1 namespace Ryujinx.Horizon 2 { 3 interface IService 4 { 5 abstract static void Main(ServiceTable serviceTable); 6 } 7 }