IGlobalStateController.cs 200 B

1234567
  1. namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.SystemAppletProxy
  2. {
  3. class IGlobalStateController : IpcService
  4. {
  5. public IGlobalStateController() { }
  6. }
  7. }