IPcvService.cs 164 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Pcv
  2. {
  3. [Service("pcv")]
  4. class IPcvService : IpcService
  5. {
  6. public IPcvService(ServiceCtx context) { }
  7. }
  8. }