aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Sdb/Pdm/IQueryService.cs
blob: 61b26b8c1f5cdb3b48cbcf5debb6acd025621ea8 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Sdb.Pdm
{
    [Service("pdm:qry")]
    class IQueryService : IpcService
    {
        public IQueryService(ServiceCtx context) { }
    }
}