namespace Ryujinx.HLE.HOS.Services.Ldr { [Service("ldr:shel")] class IShellInterface : IpcService { public IShellInterface(ServiceCtx context) { } } }