dolphin/Source/Core/AudioCommon/Src
Soren Jorvang f169def36f First pass at dealing with different size_t/off_t sizes in C90 environments.
Most of the code dealing with the LogTypes namespace was C which lead to a
lot of nonsensical casting, so I have dumbed LOG_TYPE and LOG_LEVEL down to
plain C even though the move of wiiuse into Source means we don't currently
call GenericLog from C.

Set logging threshold to MAX_LOGLEVEL at startup so debug builds will also
p  rint debugging messages before the GUI is running.

For some reason the way we use SetDefaultStyle doesn't play nice with wx 2.9
so we just get the default black text on a black background. Using a gray
background works around that problem, but I found it to also be much easier
on the eyes so I have switched the background color on all versions.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6528 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-12-05 15:59:11 +00:00
..
aldlist.cpp Port to *BSD. It runs but isn't terribly useful without Cg. 2010-07-22 03:29:35 +00:00
aldlist.h
AlsaSoundStream.cpp allow gcc to check the format of args being passed to MsgAlert and GenericLog. Fixed nearly all warnings that arose from this, as well as some preexisting ones (some were actually crashes and/or bugs...) 2010-12-05 09:04:34 +00:00
AlsaSoundStream.h
AOSoundStream.cpp
AOSoundStream.h
AudioCommon.cpp Added XAudio2 backend. 2010-11-10 08:28:26 +00:00
AudioCommon.h Replace all bitfields which were only declared with "(un)signed" with their actual types. Let me know if I missed any. It would also be a good idea to test this commit in both x64 and x86. 2010-09-27 04:29:51 +00:00
AudioCommonConfig.cpp DSPHLE: Added an option for 48khz output and supporting upsampling code. 2010-11-12 03:39:07 +00:00
AudioCommonConfig.h DSPHLE: Added an option for 48khz output and supporting upsampling code. 2010-11-12 03:39:07 +00:00
CoreAudioSoundStream.cpp
CoreAudioSoundStream.h
DSoundStream.cpp
DSoundStream.h
Mixer.cpp Several little things. 2010-11-12 05:05:27 +00:00
Mixer.h DSPHLE: Added an option for 48khz output and supporting upsampling code. 2010-11-12 03:39:07 +00:00
NullSoundStream.cpp Some compiler warnings and eol-style. 2010-11-14 23:56:26 +00:00
NullSoundStream.h Some compiler warnings and eol-style. 2010-11-14 23:56:26 +00:00
OpenALStream.cpp
OpenALStream.h Port to *BSD. It runs but isn't terribly useful without Cg. 2010-07-22 03:29:35 +00:00
PulseAudioStream.cpp Add volume control for the pulse audio backend. Unfortunately that can not be done with the pulse-simple api, so I had to switch to the asynchronous pulse api. 2010-08-17 02:14:04 +00:00
PulseAudioStream.h Add volume control for the pulse audio backend. Unfortunately that can not be done with the pulse-simple api, so I had to switch to the asynchronous pulse api. 2010-08-17 02:14:04 +00:00
SConscript Clean up OS X wx library handling a bit. 2010-11-14 06:02:44 +00:00
SoundStream.h
WaveFile.cpp First pass at dealing with different size_t/off_t sizes in C90 environments. 2010-12-05 15:59:11 +00:00
WaveFile.h
XAudio2Stream.cpp Some compiler warnings and eol-style. 2010-11-14 23:56:26 +00:00
XAudio2Stream.h Some compiler warnings and eol-style. 2010-11-14 23:56:26 +00:00