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