aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Fatal/IPrivateService.cs
blob: eb2c9553459bbb639f760f3289d5b62ef784706a (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) { }
    }
}