mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-11-26 17:10:51 +01:00
8 lines
176 B
C#
8 lines
176 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Sdb.Pdm
|
|||
|
{
|
|||
|
[Service("pdm:qry")]
|
|||
|
class IQueryService : IpcService
|
|||
|
{
|
|||
|
public IQueryService(ServiceCtx context) { }
|
|||
|
}
|
|||
|
}
|