aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Pcv/IPcvService.cs
blob: 0e74dc3e5a1afe8ad8b9013078e78ec67cbdb981 (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) { }
    }
}