dolphin/Source/Core/Core/Boot
Lioncash b9aad3310e PowerPC: Move MMU-specifics from PowerPC.h to MMU.h
PowerPC.h at this point is pretty much a general glob of stuff, and it's
unfortunate, since it means pulling in a lot of unrelated header
dependencies and a bunch of other things that don't need to be seen by
things that just want to read memory.

Breaking this out into its own header keeps all the MMU-related stuff
together and also limits the amount of header dependencies being
included (the primary motivation for this being the former reason).
2018-05-17 19:18:55 -04:00
..
Boot.cpp Boot: Make BootExecutableReader's constructor take a std::vector by value 2018-05-12 17:40:34 -04:00
Boot.h Boot: Make BootExecutableReader's constructor take a std::vector by value 2018-05-12 17:40:34 -04:00
Boot_BS2Emu.cpp PowerPC: Move MMU-specifics from PowerPC.h to MMU.h 2018-05-17 19:18:55 -04:00
Boot_WiiWAD.cpp Boot_WiiWAD: Remove a timing issue workaround 2018-04-08 11:23:18 +02: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 DolReader/ElfReader: Remove unnecessary FileUtil.h includes 2018-05-12 17:41:17 -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