Ryujinx/Ryujinx.HLE/HOS/Services/Loader/IShellInterface.cs

8 lines
180 B
C#

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