Skip to content

Commit

Permalink
Discard created resolvers for now as we need to gather more info on a…
Browse files Browse the repository at this point in the history
…sync syscalls first.
  • Loading branch information
anr2me committed Dec 20, 2023
1 parent 228e688 commit 579fd20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Core/HLE/sceNet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}

Expand Down

0 comments on commit 579fd20

Please sign in to comment.