mirror of https://github.com/yuzu-mirror/yuzu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This is equivalent to doing: push_back(std::string("")); which is likely not to cause issues, assuming a decent std::string implementation with small-string optimizations implemented in its design, however it's still a little unnecessary to copy that buffer regardless. Instead, we can use emplace_back() to directly construct the empty string within the std::vector instance, eliminating any possible overhead from the copy. |
7 years ago | |
---|---|---|
.. | ||
common | 7 years ago | |
core | 7 years ago | |
input_common | 7 years ago | |
tests | 7 years ago | |
video_core | 7 years ago | |
yuzu | 7 years ago | |
yuzu_cmd | 7 years ago | |
.clang-format | 9 years ago | |
CMakeLists.txt | 7 years ago |