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