mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-27 06:22:22 -05:00
9 lines
198 B
C#
9 lines
198 B
C#
namespace Ryujinx.HLE.HOS.Services.Ectx
|
|
{
|
|
[Service("ectx:aw")] // 11.0.0+
|
|
class IWriterForApplication : IpcService
|
|
{
|
|
public IWriterForApplication(ServiceCtx context) { }
|
|
}
|
|
}
|