9 lines
162 B
C#
9 lines
162 B
C#
namespace Ryujinx.HLE.HOS.Services.Eupld
|
|
{
|
|
[Service("eupld:r")]
|
|
class IRequest : IpcService
|
|
{
|
|
public IRequest(ServiceCtx context) { }
|
|
}
|
|
}
|