8 lines
200 B
C#
8 lines
200 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Ectx
|
|||
|
{
|
|||
|
[Service("ectx:aw")] // 11.0.0+
|
|||
|
class IWriterForApplication : IpcService
|
|||
|
{
|
|||
|
public IWriterForApplication(ServiceCtx context) { }
|
|||
|
}
|
|||
|
}
|