aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Erpt/ISession.cs
blob: b43cb30a2258c4f22a8a3eb461790a2796d06e6f (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Erpt
{
    [Service("erpt:r")]
    class ISession : IpcService
    {
        public ISession(ServiceCtx context) { }
    }
}