summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon
AgeCommit message (Expand)Author
2011-01-15Fix a few strings that weren't being translated properly.Glenn Rice
2011-01-13Removed my previous PanicAlert translation hack. Fixed with a better method ...Glenn Rice
2011-01-12Audio Mixer: Corrects reversed stereo in LLE and reversed stereo from DMA aud...mylek4
2011-01-12Build fix for OSXskidau
2011-01-12Added a SSSE3 version of the swap16 and memcpy used by the mixerskidau
2011-01-04Some minor tidying of the OS X audio and wiimote code.Soren Jorvang
2011-01-02Audio volume slider support for OS X.Soren Jorvang
2011-01-01Fix for r6707. Looks like I tried to do some invalid 16 bit addressing.mylek4
2010-12-29DX9/DX11: Fixing some maybe possible crashes if a game was started, the confi...NeoBrainX
2010-12-27Core/DSPCore: Improve Interpreter address register add/sub, convert topierre
2010-12-23some better default settings:Shawn Hoffman
2010-12-17Fixed the throttle (Tab) key so that it takes effect when the frame-limiter i...skidau
2010-12-07Use the proper type for printing the OpenAL default device name.Soren Jorvang
2010-12-05First pass at dealing with different size_t/off_t sizes in C90 environments.Soren Jorvang
2010-12-05allow gcc to check the format of args being passed to MsgAlert and GenericLog...Shawn Hoffman
2010-12-04Second attempt at issue 3458. Fixes issue 3458.Shawn Hoffman
2010-11-17Make Linux/MacOSX system checks correct in the cmake build. UNIX is true on ...Glenn Rice
2010-11-14Some compiler warnings and eol-style.Soren Jorvang
2010-11-14Clean up OS X wx library handling a bit.Soren Jorvang
2010-11-12Several little things.Glenn Rice
2010-11-12DSPHLE: Added an option for 48khz output and supporting upsampling code.mylek4
2010-11-10Added XAudio2 backend.mylek4
2010-11-05Improve the compiler flags for the cmake build system. -fPIC only needs to b...Glenn Rice
2010-11-04More cmake work.Glenn Rice
2010-11-03Fix some linkage issues with the cmake build system.Glenn Rice
2010-11-02Added NullSound to CMake without typoskidau
2010-11-02Added NullSound to CMakeskidau
2010-11-02Re-implemented the NullSound back-end. Allows Dolphin to be used on hosts wi...skidau
2010-11-01Add an experimental CMake build system as a possible replacement for SCons. O...NeoBrainX
2010-10-01Core/DSPCore: Make JIT work on 64 bit hostspierre
2010-09-28Core/AudioCommon: Feed bigger audio chunks to the output devices in case of u...pierre
2010-09-27Replace all bitfields which were only declared with "(un)signed" with their a...Shawn Hoffman
2010-08-17Reverted change from r6100 to previous version. That thing broke some games a...Ignacio Farias
2010-08-17Add volume control for the pulse audio backend. Unfortunately that can not b...Glenn Rice
2010-08-16Corrected writing error on previous commit :). Now should compile correctly. ...Ignacio Farias
2010-08-16Hy, this is my first commit, and i hope it is not bad xD. Ignacio Farias
2010-07-23Further *BSD portability.Soren Jorvang
2010-07-22Port to *BSD. It runs but isn't terribly useful without Cg.Soren Jorvang
2010-07-19Get rid of a number of unnecessary env.Clones.Soren Jorvang
2010-07-16include the MP compiler option, which will allow for faster compiling + some ...luisr142004
2010-07-10Allow full-length Unix pathnames.Soren Jorvang
2010-07-09Some more attempts at cleaning up the scons build and more clearlySoren Jorvang
2010-07-06Implement proper thread naming on linux. This fixes a segmentation fault wit...Glenn Rice
2010-06-26Don't bother using autoconfiguration to find the OpenCL and CgSoren Jorvang
2010-06-26Config.h should never be included directly, but rather through Common.hSoren Jorvang
2010-06-20Some more OCL changes : Gives 10x speedup for RGB5A3 on pre-DX11 hardware. Mi...luisr142004
2010-06-10Simplify the SCons build:Soren Jorvang
2010-06-08Fixes a crash in the DirectSound back-end.skidau
2010-06-06Implement pulseaudio output. It is rather crude but seems to work.Glenn Rice
2010-06-03Warp back to 5578. Sorry for the lost changes, please re-apply. Reason: 557...hrydgard