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 Jan 11, 2024
1 parent be62940 commit ec9c877
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 ec9c877

Please sign in to comment.