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