mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-27 03:02:22 -05: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) { }
|
|
}
|
|
}
|