/ src / Ryujinx.HLE / HOS / Services / Bgtc / IStateControlService.cs
IStateControlService.cs
1  namespace Ryujinx.HLE.HOS.Services.Bgct
2  {
3      [Service("bgtc:sc")]
4      class IStateControlService : IpcService
5      {
6          public IStateControlService(ServiceCtx context) { }
7      }
8  }