Commit f3daecaf authored by Lioncash's avatar Lioncash
Browse files

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.
parent 758c3578
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment