summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLotP1 <68976644+LotP1@users.noreply.github.com>2024-01-30 12:24:47 +0100
committerGitHub <noreply@github.com>2024-01-30 12:24:47 +0100
commitecea5ef75741fa513b47b8b596fa15e380e1aa5f (patch)
treefb9c2f0c9264dadd36c75406dfe6a425915cacf5
parentUpdate src/core/hle/service/sockets/sockets.h (diff)
downloadyuzu-ecea5ef75741fa513b47b8b596fa15e380e1aa5f.tar
yuzu-ecea5ef75741fa513b47b8b596fa15e380e1aa5f.tar.gz
yuzu-ecea5ef75741fa513b47b8b596fa15e380e1aa5f.tar.bz2
yuzu-ecea5ef75741fa513b47b8b596fa15e380e1aa5f.tar.lz
yuzu-ecea5ef75741fa513b47b8b596fa15e380e1aa5f.tar.xz
yuzu-ecea5ef75741fa513b47b8b596fa15e380e1aa5f.tar.zst
yuzu-ecea5ef75741fa513b47b8b596fa15e380e1aa5f.zip
-rw-r--r--src/core/hle/service/sockets/sockets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/sockets/sockets.h b/src/core/hle/service/sockets/sockets.h
index 4079c7728..f3ea31bde 100644
--- a/src/core/hle/service/sockets/sockets.h
+++ b/src/core/hle/service/sockets/sockets.h
@@ -19,12 +19,12 @@ enum class Errno : u32 {
INVAL = 22,
MFILE = 24,
PIPE = 32,
- CONNREFUSED = 111,
MSGSIZE = 90,
CONNABORTED = 103,
CONNRESET = 104,
NOTCONN = 107,
TIMEDOUT = 110,
+ CONNREFUSED = 111,
INPROGRESS = 115,
};