suyu/src
Lioncash 66fc037ef2 nca_patch: Significantly reduce the stack usage size within SearchBucketEntry()
Previously this function was using ~16KB of stack (16528 bytes), which
was caused by the function arguments being taken by value rather than by
reference.

We can make this significantly lighter on the stack by taking them by
reference.
2020-09-15 09:10:58 -04:00
..
audio_core Merge pull request #4310 from ogniK5377/apollo-1-prod 2020-09-11 10:57:27 -04:00
common Merge pull request #4611 from lioncash/xbyak2 2020-09-03 20:24:27 -04:00
core nca_patch: Significantly reduce the stack usage size within SearchBucketEntry() 2020-09-15 09:10:58 -04:00
input_common gc_adapter: Make DeviceConnected() a const member function 2020-09-07 02:49:13 -04:00
tests tests/core_timing: Remove pragma optimize(off) 2020-08-03 11:12:55 -04:00
video_core video_core: Remove all Core::System references in renderer 2020-09-06 05:28:48 -03:00
web_service web_service: Move web_result.h into web_service 2020-08-22 19:29:54 -04:00
yuzu crypto/key_manager: Remove dependency on the global system accessor 2020-09-14 16:49:59 -04:00
yuzu_cmd video_core: Remove all Core::System references in renderer 2020-09-06 05:28:48 -03:00
yuzu_tester video_core: Remove all Core::System references in renderer 2020-09-06 05:28:48 -03:00
.clang-format
CMakeLists.txt CMakeLists: Resolve #4478 2020-08-03 11:21:24 -04:00