dolphin/Source/Core/Core/Boot
Lioncash 552c0d8404 Common: Move byte swapping utilities into their own header
This moves all the byte swapping utilities into a header named Swap.h.

A dedicated header is much more preferable here due to the size of the
code itself. In general usage throughout the codebase, CommonFuncs.h was
generally only included for these functions anyway. These being in their
own header avoids dumping the lesser used utilities into scope. As well
as providing a localized area for more utilities related to byte
swapping in the future (should they be needed). This also makes it nicer
to identify which files depend on the byte swapping utilities in
particular.

Since this is a completely new header, moving the code uncovered a few
indirect includes, as well as making some other inclusions unnecessary.
2017-03-03 17:18:18 -05:00
..
Boot_BS2Emu.cpp Remove useless ES wrappers from the main IOS file 2017-03-02 20:29:01 +01:00
Boot_DOL.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
Boot_DOL.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Boot_ELF.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
Boot_WiiWAD.cpp Remove useless ES wrappers from the main IOS file 2017-03-02 20:29:01 +01:00
Boot.cpp IOS/ES: Keep track of the active title properly 2017-03-02 20:28:01 +01:00
Boot.h Merge pull request #4784 from leoetlino/mios 2017-02-09 01:57:16 +01:00
ElfReader.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
ElfReader.h Merge pull request #4784 from leoetlino/mios 2017-02-09 01:57:16 +01:00
ElfTypes.h specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00