yuzu/src/core/hle/service/nvflinger
Lioncash 7e49881b7f nvflinger: Use std::string_view in OpenDisplay()
We don't need to use a std::string here, given all that's done is
comparing the character sequence against another. This allows passing
regular const char* without needing to heap allocate.
2018-08-07 08:32:06 -04:00
..
buffer_queue.cpp kernel: Move object class to its own source files 2018-08-01 23:34:42 -04:00
buffer_queue.h vi: Partially implement buffer crop parameters. 2018-07-17 20:13:17 -04:00
nvflinger.cpp nvflinger: Use std::string_view in OpenDisplay() 2018-08-07 08:32:06 -04:00
nvflinger.h nvflinger: Use std::string_view in OpenDisplay() 2018-08-07 08:32:06 -04:00