From 0efde68d740d7af1cfa953b3b2863584a21ea583 Mon Sep 17 00:00:00 2001 From: TMaul Date: Thu, 6 Dec 2012 16:03:39 +0000 Subject: [PATCH] Add another sceNetStub sceNetInetSocketAbort this time --- Core/HLE/sceNet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/HLE/sceNet.cpp b/Core/HLE/sceNet.cpp index 84d60e5748..2830ced468 100644 --- a/Core/HLE/sceNet.cpp +++ b/Core/HLE/sceNet.cpp @@ -171,6 +171,7 @@ const HLEFunction sceNetInet[] = {0x4a114c7c, 0, "sceNetInetGetsockopt"}, {0xfaabb1dd, 0, "sceNetInetPoll"}, {0x1BDF5D13, 0, "sceNetInetInetAton"}, + {0x80A21ABD, 0, "sceNetInetSocketAbort"}, }; const HLEFunction sceNetApctl[] = {