mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-24 03:50:54 -05:00
9 lines
184 B
C#
9 lines
184 B
C#
namespace Ryujinx.HLE.HOS.Services.Ldn
|
|
{
|
|
[Service("ldn:s")]
|
|
class ISystemServiceCreator : IpcService
|
|
{
|
|
public ISystemServiceCreator(ServiceCtx context) { }
|
|
}
|
|
}
|