aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Am/AppletAE/AllSystemAppletProxiesService/SystemAppletProxy/IDebugFunctions.cs
blob: 51a112fd060b27a4bb1edb37ccfadee19afab524 (plain) (blame)
1
2
3
4
5
6
7
namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.SystemAppletProxy
{
    class IDebugFunctions : IpcService
    {
        public IDebugFunctions() { }
    }
}