dolphin/Source/Plugins
mylek4 1991a4f3a5 Added XAudio2 backend.
Windows audio backend with lower latency.

Audio never glitches on my machine but the number of buffers may be set too aggressively. If you run into problems try turning up NUM_BUFFERS in the h file and leave some feedback.

From my tests games seem to prefer filling the buffer with smaller chunks. For this to work the callback that fills the buffer needs to either spin or run async so I went with async.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6371 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-11-10 08:28:26 +00:00
..
Plugin_DSP_HLE Added XAudio2 backend. 2010-11-10 08:28:26 +00:00
Plugin_DSP_LLE A couple of changes to the cmake build system. 2010-11-10 01:59:53 +00:00
Plugin_VideoDX9 General cleanup to 3D Vision hack, fits in more with the Dolphin coding style now. Also, fixed the crash that would occur when using a mouse button with 3D Vision enabled. 2010-11-08 22:17:51 +00:00
Plugin_VideoDX11 Removed the wait for swap when XFB is used. This fixes flickering in "Fragile Dreams" and "Another Code R". 2010-11-08 08:51:30 +00:00
Plugin_VideoMerge Allow building without bluetooth support. 2010-10-12 23:39:16 +00:00
Plugin_VideoOGL A couple of changes to the cmake build system. 2010-11-10 01:59:53 +00:00
Plugin_VideoSoftware InputCommon(GCPad/WiimoteNew): Fixed issue when inifile didn't exist, defaults were loaded, and input didn't work. Fixed prob in DirectInput(hopefully doesn't break any other gamepads): buffered data wasn't ever being used. WiimoteNew: Hopefully made emulated swinging better(please comment). Added (completely untested) incomplete emulated turntable(DJ Hero) extension support :p. Deleted some files that I meant to delete in my last commit. 2010-10-03 04:29:34 +00:00
CMakeLists.txt Add an experimental CMake build system as a possible replacement for SCons. Only tested on Linux, should work on OS X and Windows in the future as well though. 2010-11-01 15:47:02 +00:00