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