namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.SystemAppletProxy
{
    class IDebugFunctions : IpcService
    {
        public IDebugFunctions() { }
    }
}