diff options
author | Lioncash <mathew1800@gmail.com> | 2021-05-06 19:18:11 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2021-05-06 19:18:14 -0400 |
commit | 8f638e81e9d74eacb7b19c4350340605f703f38b (patch) | |
tree | 0ad8bb4d73ed558c1b5752c6c759c82cb2172b96 /src/core/hle/kernel/kernel.cpp | |
parent | 860d73637edede1d308133e8dd4c1082e0bf52b1 (diff) |
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.
Diffstat (limited to 'src/core/hle/kernel/kernel.cpp')
0 files changed, 0 insertions, 0 deletions