dolphin/Source/Core
Léo Lam 065261dbad Boot: Unify the ELF and DOL code paths
They're essentially the same. To achieve this, this commit unifies
DolReader and ElfReader into a common interface for boot executable
readers, so the only remaining difference between ELF and DOL is
how which volume is inserted.
2017-06-06 16:30:54 +02:00
..
AudioCommon Merge pull request #5311 from ligfx/mixerdpl2 2017-06-05 20:09:18 -07:00
Common DiscIO: Remove C/I/S prefixes from class names 2017-06-06 12:31:59 +02:00
Core Boot: Unify the ELF and DOL code paths 2017-06-06 16:30:54 +02:00
DiscIO DiscIO: Remove C/I/S prefixes from class names 2017-06-06 12:31:59 +02:00
DolphinNoGUI Boot: Clean up the boot code 2017-06-06 16:27:52 +02:00
DolphinQt2 Boot: Clean up the boot code 2017-06-06 16:27:52 +02:00
DolphinWX Boot: Clean up the boot code 2017-06-06 16:27:52 +02:00
InputCommon Merge pull request #5276 from ligfx/macosheadless 2017-06-05 20:49:02 -07:00
UICommon DiscIO: Remove C/I/S prefixes from class names 2017-06-06 12:31:59 +02:00
VideoBackends Merge pull request #5418 from MerryMage/config-again-and-again 2017-06-05 21:11:04 -07:00
VideoCommon Merge pull request #5418 from MerryMage/config-again-and-again 2017-06-05 21:11:04 -07:00
CMakeLists.txt