1
0
Fork 0
forked from suyu/suyu
suyu/src/core/hle/service/nvflinger
Lioncash f3daecafeb 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.
2018-07-19 11:50:12 -04:00
..
buffer_queue.cpp vi: Partially implement buffer crop parameters. 2018-07-17 20:13:17 -04:00
buffer_queue.h vi: Partially implement buffer crop parameters. 2018-07-17 20:13:17 -04:00
nvflinger.cpp nvflinger: Emplace Display instances directly 2018-07-19 11:50:12 -04:00
nvflinger.h service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00