dolphin/Source/Core/Core/HW/DSPHLE
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
..
UCodes Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
DSPHLE.cpp DSPHLE: Amend variable casing 2017-01-18 12:44:27 -05:00
DSPHLE.h DSPHLE: Amend variable casing 2017-01-18 12:44:27 -05:00
MailHandler.cpp DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
MailHandler.h DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00