dolphin/Source/Core/DolphinWX/Cheats
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
..
ARCodeAddEdit.cpp CheatManager/ISOProperties: Refactor ActionReplay tabs as a class 2016-08-31 14:32:12 +10:00
ARCodeAddEdit.h CheatManager/ISOProperties: Refactor ActionReplay tabs as a class 2016-08-31 14:32:12 +10:00
ActionReplayCodesPanel.cpp CheatManager/ISOProperties: Refactor ActionReplay tabs as a class 2016-08-31 14:32:12 +10:00
ActionReplayCodesPanel.h CheatManager/ISOProperties: Refactor ActionReplay tabs as a class 2016-08-31 14:32:12 +10:00
CheatSearchTab.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
CheatSearchTab.h Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
CheatsWindow.cpp DiscIO/SConfig: Rename GetUniqueID to GetGameID 2016-10-29 15:24:02 +02:00
CheatsWindow.h WX: HiDPI: CheatsWindow 2016-10-04 13:47:22 +11:00
CreateCodeDialog.cpp DolphinWX: Separate the information panel from ISOProperties 2016-12-01 21:21:46 -05:00
CreateCodeDialog.h WX: HiDPI: CheatsWindow 2016-10-04 13:47:22 +11:00
GeckoCodeDiag.cpp WX: HiDPI: CheatsWindow 2016-10-04 13:47:22 +11:00
GeckoCodeDiag.h ISOProperties: Add notification when Cheats are disabled. 2016-08-31 14:32:12 +10:00