yuzu/src/core/loader
Lioncash 441a2812ed 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.
2020-04-17 19:26:50 -04:00
..
deconstructed_rom_directory.cpp
deconstructed_rom_directory.h
elf.cpp
elf.h
kip.cpp
kip.h
loader.cpp
loader.h
nax.cpp
nax.h
nca.cpp
nca.h
nro.cpp
nro.h
nso.cpp loader/nso: Resolve moves not occurring in DecompressSegment 2020-04-17 19:26:50 -04:00
nso.h
nsp.cpp
nsp.h
xci.cpp
xci.h