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