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