ServerInterface.cs 183 B

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