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