aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Ectx/IWriterForApplication.cs
blob: cf2cdddc28a30795177290d1042402af0c81d31d (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Ectx
{
    [Service("ectx:aw")] // 11.0.0+
    class IWriterForApplication : IpcService
    {
        public IWriterForApplication(ServiceCtx context) { }
    }
}