yuzu/src
Lioncash f9951352f6 service/nvdrv: Take std::string in Open() by const reference
Avoids copies from being made, since the string is only ever used for
lookup, the data is never transfered anywhere.

Ideally, we'd use a std::string_view here, but devices is a
std::unordered_map, not a std::map, so we can't use heterogenous lookup
here.
2018-07-25 17:37:43 -04:00
..
common VFS Regression and Accuracy Fixes (#776) 2018-07-23 19:40:35 -07:00
core service/nvdrv: Take std::string in Open() by const reference 2018-07-25 17:37:43 -04:00
input_common
tests arm_test_common: Get rid of truncation warnings 2018-07-20 17:53:53 -04:00
video_core GPU: Allow the use of Z24S8 as a texture format. 2018-07-25 09:41:24 -05:00
yuzu wait_tree: Silence warning about all code paths not returning a value 2018-07-24 04:06:55 -04:00
yuzu_cmd Frontend: Check for more required OpenGL extensions during startup. 2018-07-22 12:05:38 -05:00
.clang-format
CMakeLists.txt