dolphin/Source/Core/Core/Boot
Lioncash 1d22e50899 Core/Boot/Boot: Amend use-after-move cases in GenerateFromFile()
In terms of order of operations, the move would occur first before the
construction of the relevant reader would occur. However, given the
local variable 'path' was declared const, this bug actually wouldn't
occur, as std::move on a const variable does nothing (in a non-mutable
context), resulting in a copy instead, masking this issue.

Given this is a bug waiting to happen, we correct the code.
2019-05-21 08:44:29 -04:00
..
Boot_BS2Emu.cpp BS2Emu: Don't do a DVDCopy when AppLdrMain returns 0 2018-08-02 01:30:25 -04:00
Boot_WiiWAD.cpp Set 0x0000002C to NDEV 2.1 when running a debug-signed Wii disc 2018-06-07 10:14:32 +02:00
Boot.cpp Core/Boot/Boot: Amend use-after-move cases in GenerateFromFile() 2019-05-21 08:44:29 -04:00
Boot.h Automatic disc change for 2-disc games 2019-01-04 09:24:38 +01:00
DolReader.cpp DolReader/ElfReader: Remove unnecessary FileUtil.h includes 2018-05-12 17:41:17 -04:00
DolReader.h Boot: Make BootExecutableReader's constructor take a std::vector by value 2018-05-12 17:40:34 -04:00
ElfReader.cpp SymbolDB: Namespace code under the Common namespace 2018-05-27 18:01:40 -04:00
ElfReader.h Boot: Make BootExecutableReader's constructor take a std::vector by value 2018-05-12 17:40:34 -04:00
ElfTypes.h specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00