mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-03-10 08:31:06 +00:00
9 lines
160 B
C#
9 lines
160 B
C#
namespace Ryujinx.HLE.HOS.Services.Erpt
|
|
{
|
|
[Service("erpt:r")]
|
|
class ISession : IpcService
|
|
{
|
|
public ISession(ServiceCtx context) { }
|
|
}
|
|
}
|