From 7cab1c334b7acec40f8a9bc405c51e642ebb29d7 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sun, 12 May 2013 16:51:01 -0700 Subject: [PATCH] Remove a duplicate syscall entry. --- Core/HLE/sceHttp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/HLE/sceHttp.cpp b/Core/HLE/sceHttp.cpp index 6ee5de7ab6..a4629995c3 100644 --- a/Core/HLE/sceHttp.cpp +++ b/Core/HLE/sceHttp.cpp @@ -84,7 +84,6 @@ const HLEFunction sceHttp[] = { {0x2255551E,0,"sceHttpGetNetworkPspError"}, {0xAB1540D5,0,"sceHttpsGetSslError"}, {0xA4496DE5,0,"sceHttpSetRedirectCallback"}, - {0x0282A3BD,0,"sceHttpGetContentLength"}, }; void Register_sceHttp()