suyu/src
ReinUsesLisp 622830f4e1 maxwell_3d: Use insert instead of loop push_back
This reduces the overhead of bounds checking on each element.
It won't reduce the cost of allocation because usually this vector's
capacity is usually large enough to hold whatever we push to it.
2020-11-11 19:52:19 -03:00
..
audio_core core: Fix clang build pt.2 2020-10-20 22:16:03 -04:00
common common/fiber: Move all member variables into impl class 2020-11-06 20:36:32 -05:00
core Merge pull request #4901 from bunnei/caps-stub 2020-11-09 21:20:08 -08:00
input_common Add hotplug, rumble and fix 3rd party adapters for the GC adapter 2020-10-28 21:12:34 -05:00
tests tests: Fix data race in fibers test 2020-10-28 01:41:24 -03:00
video_core maxwell_3d: Use insert instead of loop push_back 2020-11-11 19:52:19 -03:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu Merge pull request #4888 from lioncash/unicorn-remove 2020-11-06 22:39:05 -08:00
yuzu_cmd core: Remove usage of unicorn 2020-11-03 20:22:05 -05:00
yuzu_tester core: Remove usage of unicorn 2020-11-03 20:22:05 -05:00
.clang-format
CMakeLists.txt CMakeLists: Resolve MSVC build failures 2020-10-30 14:57:58 -04:00