aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Loader/IShellInterface.cs
blob: d2dc57bdb46c3f94d0426ae743ff127d4c787a3b (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Loader
{
    [Service("ldr:shel")]
    class IShellInterface : IpcService
    {
        public IShellInterface(ServiceCtx context) { }
    }
}