dolphin/Source/Core
hrydgard 1d1b08a091 Core audio system work (Watch for regressions please!):
* Restore Audio Throttle to function properly, broken by Ayuanx many hundreds of revisions back. 
* Simplify DSPLLE JIT dispatcher in preparation for an asm rewrite
* Remove hack that made DSPLLE JIT seem faster than it was by running fewer cycles, but resulting in bad sound. This shows off how mysteriously slow it is - I don't understand why it's not faster. Use the DSPLLE interpreter for now if you want to use DSPLLE.
* Made "DSPLLE on Thread" work properly with correct-ish timing - although the speed benefit is really small now.

If it seems like this change slows anything non-LLE down, try turning off Audio Throttle and use the frame limiter in options instead.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5541 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-05-29 21:34:34 +00:00
..
AudioCommon Linux: Better ALSA support 2010-05-21 22:48:57 +00:00
Common Revert 5533, removing the misleading TODO and commenting it properly. 2010-05-29 15:35:31 +00:00
Core Core audio system work (Watch for regressions please!): 2010-05-29 21:34:34 +00:00
DSPCore Core audio system work (Watch for regressions please!): 2010-05-29 21:34:34 +00:00
DebuggerUICommon Fix another wrong sprintf usage 2010-04-08 14:58:50 +00:00
DebuggerWX Improve iterator usage. 2010-05-28 23:14:16 +00:00
DiscIO Make this work with debug builds again. 2010-05-29 21:28:27 +00:00
DolphinWX Add some safety to file names. This fixes a buffer overrun when extracting everything from an ISO. 2010-05-29 19:37:29 +00:00
InputCommon Changed both video plugins to save PNG screenshots. Made GCPad New default in trunk (it already is in stable). Fixed a hack in new wiimote plugin. Other minor changes. 2010-05-29 10:09:24 +00:00
VideoCommon Improve iterator usage. 2010-05-28 23:14:16 +00:00