dolphin/Source/Core/Core/Boot
Léo Lam 6b9aef7042 FS: Add a struct for modes
As suggested here: https://dolp.in/pr7059#pullrequestreview-125401778

More descriptive than having a std::tuple of FS::Mode, and lets us
give names to known triplets of modes (like in ES). Functions that
only forward mode arguments are slightly less verbose now too.
2018-06-03 20:45:35 +02:00
..
Boot_BS2Emu.cpp FS: Add a struct for modes 2018-06-03 20:45:35 +02:00
Boot_WiiWAD.cpp Boot_WiiWAD: Remove a timing issue workaround 2018-04-08 11:23:18 +02:00
Boot.cpp FS: Add a struct for modes 2018-06-03 20:45:35 +02:00
Boot.h Boot: Make BootExecutableReader's constructor take a std::vector by value 2018-05-12 17:40:34 -04: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