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(); } }