Commit 441a2812 authored by Lioncash's avatar Lioncash
Browse files

loader/nso: Resolve moves not occurring in DecompressSegment

Given the std::vector was const, an automatic move out of the function
could not occur.

We can allow automatic return value optimizations to occur by making the
buffer non-const.
parent b8f5c71f
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