aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Pcv/IPcvService.cs
blob: d25a71b86335356ab17fb7cb59ed1e09641eac7e (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.HLE.HOS.Services.Pcv
{
    [Service("pcv")]
    class IPcvService : IpcService
    {
        public IPcvService(ServiceCtx context) { }
    }
}