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