dolphin/Source/Core/Core/FifoPlayer
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
..
FifoAnalyzer.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
FifoAnalyzer.h FifoPlayer: Get rid of unnecessary includes 2016-07-01 04:25:40 -04:00
FifoDataFile.cpp Fix missing includes 2017-01-24 03:31:51 +01:00
FifoDataFile.h FifoDataFile: Add support for storing texture memory state 2017-01-03 21:16:04 +10:00
FifoFileStruct.h specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
FifoPlaybackAnalyzer.cpp FifoPlayer: Get rid of unnecessary includes 2016-07-01 04:25:40 -04:00
FifoPlaybackAnalyzer.h FifoPlayer: Get rid of semicolons on namespace braces 2016-07-01 04:36:05 -04:00
FifoPlayer.cpp FifoPlayer: Don't set BPMEM_PRELOAD_MODE on load 2017-01-03 21:16:05 +10:00
FifoPlayer.h FifoPlayer: Save/restore texture memory state for fifo logs 2017-01-03 21:16:05 +10:00
FifoRecordAnalyzer.cpp FifoPlayer: const correctness 2016-08-01 18:33:46 -04:00
FifoRecordAnalyzer.h FifoPlayer: const correctness 2016-08-01 18:33:46 -04:00
FifoRecorder.cpp FifoPlayer: Save/restore texture memory state for fifo logs 2017-01-03 21:16:05 +10:00
FifoRecorder.h FifoPlayer: Save/restore texture memory state for fifo logs 2017-01-03 21:16:05 +10:00