IStateControlService.cs 187 B

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