mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-27 22:59:05 +00:00
9 lines
160 B
C#
9 lines
160 B
C#
namespace Ryujinx.HLE.HOS.Services.Erpt
|
|
{
|
|
[Service("erpt:c")]
|
|
class IContext : IpcService
|
|
{
|
|
public IContext(ServiceCtx context) { }
|
|
}
|
|
}
|