mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-12-02 23:52:24 -05:00
8 lines
164 B
C#
8 lines
164 B
C#
namespace Ryujinx.HLE.HOS.Services.Eupld
|
|
{
|
|
[Service("eupld:r")]
|
|
class IRequest : IpcService
|
|
{
|
|
public IRequest(ServiceCtx context) { }
|
|
}
|
|
} |