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