IDebugFunctions.cs 186 B

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