aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Eupld/IRequest.cs
blob: 8509787892321a288c0f7e05e647723932357980 (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) { }
    }
}