dolphin/Source/Core/AudioCommon
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
..
aldlist.cpp
aldlist.h
AlsaSoundStream.cpp
AlsaSoundStream.h
AOSoundStream.cpp
AOSoundStream.h
AudioCommon.cpp Fix default audio backend on Android being "No audio output" 2017-02-08 21:29:27 +01:00
AudioCommon.h AudioCommon: Move logic for default sound backend there from ConfigManager 2017-02-05 02:55:04 +01:00
AudioCommon.vcxproj
AudioCommon.vcxproj.filters
CMakeLists.txt cmake: Move PulseAudio detection to AudioCommon 2017-02-07 23:35:44 +01:00
CoreAudioSoundStream.cpp
CoreAudioSoundStream.h
DPL2Decoder.cpp
DPL2Decoder.h
Mixer.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
Mixer.h
NullSoundStream.cpp
NullSoundStream.h
OpenALStream.cpp Fix missing includes 2017-01-24 03:31:51 +01:00
OpenALStream.h
OpenSLESStream.cpp
OpenSLESStream.h
PulseAudioStream.cpp
PulseAudioStream.h
SoundStream.h
WaveFile.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
WaveFile.h
XAudio2_7Stream.cpp C++ conformance fixes (MSVC /permissive-) 2017-02-15 20:37:04 -08:00
XAudio2_7Stream.h
XAudio2Stream.cpp C++ conformance fixes (MSVC /permissive-) 2017-02-15 20:37:04 -08:00
XAudio2Stream.h