yuzu/src/core/hle/service/ldr
Lioncash 8f638e81e9 ldr: Simplify memory copy within LoadNro()
We can use the dedicated memory function for performing copies instead
of reading into a temporary buffer and then immediately writing it back
out to memory.

Eliminates a bit of heap memory churn.
2021-05-06 19:18:14 -04:00
..
ldr.cpp ldr: Simplify memory copy within LoadNro() 2021-05-06 19:18:14 -04:00
ldr.h service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00