aboutsummaryrefslogblamecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Fatal/IPrivateService.cs
blob: eb2c9553459bbb639f760f3289d5b62ef784706a (plain) (tree)
1
2
3
4
5
6
7
8






                                                      
namespace Ryujinx.HLE.HOS.Services.Fatal
{
    [Service("fatal:p")]
    class IPrivateService : IpcService
    {
        public IPrivateService(ServiceCtx context) { }
    }
}