aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Ldr/IProcessManagerInterface.cs
blob: 9f5b5e357c827e5a758df9aa17f0747b82081aef (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Ldr
{
    [Service("ldr:pm")]
    class IProcessManagerInterface : IpcService
    {
        public IProcessManagerInterface(ServiceCtx context) { }
    }
}