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