mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-02-04 12:39:58 +01:00
f3daecafeb
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.