aboutsummaryrefslogblamecommitdiff
path: root/src/Ryujinx.HLE/HOS/Ipc/ServiceProcessRequest.cs
blob: 556b3df454454470de265843e94cb51f0caee150 (plain) (tree)
1
2
3
4
                             
 
                                                            
 
namespace Ryujinx.HLE.HOS.Ipc
{
    delegate long ServiceProcessRequest(ServiceCtx context);
}