IEthInterface.cs 180 B

12345678
  1. namespace Ryujinx.HLE.HOS.Services.Sockets.Ethc
  2. {
  3. [Service("ethc:c")]
  4. class IEthInterface : IpcService
  5. {
  6. public IEthInterface(ServiceCtx context) { }
  7. }
  8. }