dolphin/Source/Core
magumagu 4990b8910b DSound: use DSound notifications to produce sound.
Pretty straightforward; IDirectSoundNotify lets you register for
notifications after a certain amount of sound has played, so use that
instead of depending on Update() notifications from the CPU thread.

Also, while I'm here, reduce the buffer size by a factor of 4; this seems
to reduce the latency, although the difference is sort of subtle.
2014-04-09 13:41:27 -07:00
..
AudioCommon DSound: use DSound notifications to produce sound. 2014-04-09 13:41:27 -07:00
Common Fix a bug in the ARMEmitter. 2014-04-06 10:28:41 -04:00
Core Fix Fastmem on ARM once more. 2014-04-06 10:28:58 -04:00
DiscIO Remove all trailing whitespaces from our codebase. 2014-03-29 11:05:44 +01:00
DolphinWX Fix compilation error of Wayland_Util.h 2014-04-02 03:39:10 +09:00
InputCommon Replace use of the deprecated mem_fun function with mem_fn. 2014-04-01 12:09:22 -04:00
VideoBackends Merge pull request #240 from Sonicadvance1/GLSLES310_binding 2014-04-04 08:43:20 +13:00
VideoCommon Add initial support for GLSL ES 3.10. 2014-04-03 00:46:09 -05:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00