3
0
Fork 0
forked from suyu/suyu
suyu/src
Lioncash e05d2a70b2 common/input: Avoid numerous large copies of CallbackStatus
CallbackStatus instances aren't the cheapest things to copy around
(relative to everything else), given that they're currently 520 bytes in
size and are currently copied numerous times when callbacks are invoked.

Instead, we can pass the status by const reference to avoid all the
copying.
2021-12-13 21:22:02 -05:00
..
audio_core general: Add missing copyright notices 2021-12-05 16:18:53 -05:00
common common/input: Avoid numerous large copies of CallbackStatus 2021-12-13 21:22:02 -05:00
core common/input: Avoid numerous large copies of CallbackStatus 2021-12-13 21:22:02 -05:00
input_common common/input: Avoid numerous large copies of CallbackStatus 2021-12-13 21:22:02 -05:00
shader_recompiler Merge pull request #7522 from ameerj/shader-recompiler-filenames 2021-12-07 18:27:50 -05:00
tests logging: Simplify and make thread-safe 2021-08-13 18:39:45 +00:00
video_core Merge pull request #7495 from FernandoS27/text-blit-fix-again 2021-12-09 05:26:21 -05:00
web_service
yuzu profiler: Use QWheelEvent position().toPoint() 2021-12-08 15:25:46 -05:00
yuzu_cmd core/hid: Fully implement native mouse 2021-11-24 20:30:28 -06:00
.clang-format
CMakeLists.txt CMakeLists: Specify /Zm200 when compiling in MSVC 2021-12-06 19:31:26 -05:00