Ryujinx/src/Ryujinx.HLE/HOS/Services/Ldn/IMonitorServiceCreator.cs
2023-04-27 23:51:14 +02:00

8 lines
No EOL
188 B
C#

namespace Ryujinx.HLE.HOS.Services.Ldn
{
[Service("ldn:m")]
class IMonitorServiceCreator : IpcService
{
public IMonitorServiceCreator(ServiceCtx context) { }
}
}