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