IStaticService.cs 174 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Nim.Ntc
  2. {
  3. [Service("ntc")]
  4. class IStaticService : IpcService
  5. {
  6. public IStaticService(ServiceCtx context) { }
  7. }
  8. }