dolphin/Source/Core/DolphinWX/Config
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
..
AddUSBDeviceDiag.cpp DolphinWX: Add missing include for no-PCH builds 2017-02-08 05:24:46 +01:00
AddUSBDeviceDiag.h DolphinWX: Add USB passthrough settings 2017-02-05 11:36:47 +01:00
AdvancedConfigPane.cpp DolphinWX: Fix overclock slider clock display 2017-02-08 15:07:34 +01:00
AdvancedConfigPane.h DolphinWX: Enable/disable config UI options based on core state 2016-11-05 11:14:37 -04:00
AudioConfigPane.cpp DolphinWX: Enable/disable config UI options based on core state 2016-11-05 11:14:37 -04:00
AudioConfigPane.h DolphinWX: Enable/disable config UI options based on core state 2016-11-05 11:14:37 -04:00
ConfigMain.cpp DolphinWX: Make the main config dialog modeless 2016-11-06 08:04:54 -05:00
ConfigMain.h DolphinWX: Make the main config dialog modeless 2016-11-06 08:04:54 -05:00
GameCubeConfigPane.cpp IniFile: Handle s64/u64 values 2017-02-25 00:03:20 -05:00
GameCubeConfigPane.h Add a special input configuration dialog for the GameCube Mic 2016-12-05 18:09:31 -05:00
GCAdapterConfigDiag.cpp GCAdapterConfigDiag: Mark OnUpdateAdapter parameter as unused. 2016-11-10 20:19:53 -05:00
GCAdapterConfigDiag.h GCAdapterConfigDiag: Mark OnUpdateAdapter parameter as unused. 2016-11-10 20:19:53 -05:00
GeneralConfigPane.cpp DolphinWX: Enable/disable config UI options based on core state 2016-11-05 11:14:37 -04:00
GeneralConfigPane.h DolphinWX: Enable/disable config UI options based on core state 2016-11-05 11:14:37 -04:00
InterfaceConfigPane.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
InterfaceConfigPane.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
PathConfigPane.cpp wxWidgets expects non-const 2017-02-15 21:20:29 -08:00
PathConfigPane.h wxWidgets expects non-const 2017-02-15 21:20:29 -08:00
WiiConfigPane.cpp DolphinWX: Add USB passthrough settings 2017-02-05 11:36:47 +01:00
WiiConfigPane.h DolphinWX: Add USB passthrough settings 2017-02-05 11:36:47 +01:00