mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-04 04:15:46 +00:00
9 lines
187 B
C#
9 lines
187 B
C#
namespace Ryujinx.HLE.HOS.Services.Ectx
|
|
{
|
|
[Service("ectx:r")] // 11.0.0+
|
|
class IReaderForSystem : IpcService
|
|
{
|
|
public IReaderForSystem(ServiceCtx context) { }
|
|
}
|
|
}
|