IAppletCommonFunctions.cs 203 B

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