Commit 8f638e81 authored by Lioncash's avatar Lioncash
Browse files

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.
parent 860d7363
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment