aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Grc/IGrcService.cs
blob: da01f64be4ce4f3885842b0db2247e0bcbf4c0b6 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Grc
{
    [Service("grc:c")] // 4.0.0+
    class IGrcService : IpcService
    {
        public IGrcService(ServiceCtx context) { }
    }
}