IReceiverService.cs 180 B

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