dolphin/Source/Core/AudioCommon/Src
Shawn Hoffman ccd30024b3 Update to VS2013 and a slew of build-related updates. Notes:
* Currently there is no DEBUGFAST configuration. Defining DEBUGFAST as a preprocessor definition in Base.props (or a global header) enables it for now, pending a better method. This was done to make managing the build harder to screw up. However it may not even be an issue anymore with the new .props usage.
* D3DX11SaveTextureToFile usage is dropped and not replaced.
* If you have $(DXSDK_DIR) in your global property sheets (Microsoft.Cpp.$(PlatformName).user), you need to remove it. The build will error out with a message if it's configured incorrectly.
* If you are on Windows 8 or above, you no longer need the June 2010 DirectX SDK installed to build dolphin. If you are in this situation, it is still required if you want your built binaries to be able to use XAudio2 and XInput on previous Windows versions.
* GLew updated to 1.10.0
* compiler switches added: /volatile:iso, /d2Zi+
* LTCG available via msbuild property: DolphinRelease
* SDL updated to 2.0.0
* All Externals (excl. OpenAL and SDL) are built from source.
* Now uses STL version of std::{mutex,condition_variable,thread}
* Now uses Build as root directory for *all* intermediate files
* Binary directory is populated as post-build msbuild action
* .gitignore is simplified
* UnitTests project is no longer compiled
2013-10-26 17:55:38 -07:00
..
AOSoundStream.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
AOSoundStream.h Remove some more includes. 2013-10-19 19:59:03 -04:00
AlsaSoundStream.cpp added new license header to missed audio source files 2013-06-22 23:20:48 -04:00
AlsaSoundStream.h added new license header to missed audio source files 2013-06-22 23:20:48 -04:00
AudioCommon.cpp Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
AudioCommon.h Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
CoreAudioSoundStream.cpp added new license header to missed audio source files 2013-06-22 23:20:48 -04:00
CoreAudioSoundStream.h added new license header to missed audio source files 2013-06-22 23:20:48 -04:00
DPL2Decoder.cpp A bunch of trivial changes to fix clang warnings. 2013-09-01 22:58:33 -04:00
DPL2Decoder.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
DSoundStream.cpp Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
DSoundStream.h Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
Mixer.cpp A bunch of trivial changes to fix clang warnings. 2013-09-01 22:58:33 -04:00
Mixer.h fix AudioCommon::Mixer Buffer indices 2013-07-11 21:22:38 +02:00
NullSoundStream.cpp Remove some more includes. 2013-10-19 19:59:03 -04:00
NullSoundStream.h Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
OpenALStream.cpp Merge in JP's change to fix audio stuttering with OpenAL. 2013-06-23 02:46:45 -05:00
OpenALStream.h Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
OpenSLESStream.cpp Fix most ARM warnings 2013-07-05 19:56:15 -05:00
OpenSLESStream.h added new license header to missed audio source files 2013-06-22 23:20:48 -04:00
PulseAudioStream.cpp added new license header to missed audio source files 2013-06-22 23:20:48 -04:00
PulseAudioStream.h added new license header to missed audio source files 2013-06-22 23:20:48 -04:00
SoundStream.h Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
WaveFile.cpp fixed uninitialzed audio_size variable in WaveFileWriter 2013-06-22 23:24:05 -04:00
WaveFile.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
XAudio2Stream.cpp Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
XAudio2Stream.h Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
XAudio2_7Stream.cpp Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
XAudio2_7Stream.h Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
aldlist.cpp Fully fix that clear bug in aldlist.cpp. Seems I missed part. Corrected it. 2013-01-18 23:42:37 -05:00
aldlist.h add *.user, Win32, and x64 build dir to ignore list for DebuggerUICommon and Unit Tests 2009-07-06 02:10:26 +00:00
stdafx.cpp Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
stdafx.h Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00