mirror of https://github.com/yuzu-mirror/yuzu
nvflinger: Emplace Display instances directly
We can use emplace_back to construct the Display instances directly, instead of constructing them separately and copying them, avoiding the need to copy std::string and std::vector instances that are part of the Display struct.pull/8/head
parent
758c357868
commit
f3daecafeb
Loading…
Reference in New Issue