1
0
Fork 0
forked from suyu/suyu
suyu/src
Lioncash 6279c2dcf4 param_package: Use std::unordered_map's insert_or_assign instead of map indexing
This avoids a redundant std::string construction if a key doesn't exist
in the map already.

e.g.

data[key] requires constructing a new default instance of the value in
the map (but this is wasteful, since we're already setting something
into the map over top of it).
2018-07-20 17:24:06 -04:00
..
common param_package: Use std::unordered_map's insert_or_assign instead of map indexing 2018-07-20 17:24:06 -04:00
core Merge pull request #740 from Subv/acc_crash 2018-07-20 09:47:47 -07:00
input_common Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
tests Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
video_core Merge pull request #738 from lioncash/sign 2018-07-20 09:21:57 -07:00
yuzu thread: Convert ThreadStatus into an enum class 2018-07-19 22:08:56 -04:00
yuzu_cmd settings: Turn docked mode off by default. 2018-07-17 22:52:25 -04:00
.clang-format
CMakeLists.txt