From ec9c8772a03531fa68dcf721b03404867dbd940a Mon Sep 17 00:00:00 2001 From: AdamN Date: Mon, 18 Sep 2023 18:17:20 +0700 Subject: [PATCH] Discard created resolvers for now as we need to gather more info on async syscalls first. --- Core/HLE/sceNet.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Core/HLE/sceNet.cpp b/Core/HLE/sceNet.cpp index 7309b9f01c01..c0cbbcb7e500 100644 --- a/Core/HLE/sceNet.cpp +++ b/Core/HLE/sceNet.cpp @@ -334,6 +334,8 @@ void __NetDoState(PointerWrap &p) { // Discard leftover events apctlEvents.clear(); + // Discard created resolvers for now (since i'm not sure whether the information in the struct is sufficient or not, and we don't support multi-threading yet anyway) + netResolvers.clear(); } }