aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Ptm/Pcm/IManager.cs
blob: 0bec45fa3863cca9f2d4b9762b8dd1c27dd54e4f (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Ptm.Pcm
{
    [Service("pcm")]
    class IManager : IpcService
    {
        public IManager(ServiceCtx context) { }
    }
}