Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NetPlayServer: Prevent unnecessary copies in GetInterfaceSet() #11749

Merged
merged 1 commit into from Apr 11, 2023

Conversation

lioncash
Copy link
Member

This was previously copying each pair out of the vector returned by GetInterfaceListInternal() when we just need to emplace the first entry of each pair.

Noticed while doing #11748

This was previously copying each pair out of the vector returned by
GetInterfaceListInternal() when we just need to emplace the first entry
of each pair.
@AdmiralCurtiss AdmiralCurtiss merged commit 31d2ded into dolphin-emu:master Apr 11, 2023
14 checks passed
@lioncash lioncash deleted the copy branch April 11, 2023 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants