mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-22 21:25:48 +00:00
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) { }
|
|
}
|
|
}
|