mirror of https://git.suyu.dev/suyu/suyu
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.merge-requests/60/head
parent
99b372a6c5
commit
66fc037ef2
Loading…
Reference in New Issue