Procházet zdrojové kódy

Update sockets.h

Add the CONNREFUSED error to the Service::Sockets::Errno enum
LotP1 před 2 roky
rodič
revize
c0775e74ec
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      src/core/hle/service/sockets/sockets.h

+ 1 - 0
src/core/hle/service/sockets/sockets.h

@@ -19,6 +19,7 @@ enum class Errno : u32 {
     INVAL = 22,
     MFILE = 24,
     PIPE = 32,
+    CONNREFUSED = 61,
     MSGSIZE = 90,
     CONNABORTED = 103,
     CONNRESET = 104,