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
..
2020-06-27 11:36:05 -04:00
2020-06-27 18:20:06 -04:00
2020-06-27 11:35:21 -04:00
2020-04-20 15:53:49 -04:00
2020-08-26 02:32:32 -04:00