dolphin/Source/Plugins/Plugin_DSP_LLE/Src
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
..
Debugger Improve iterator usage. 2010-05-28 23:14:16 +00:00
Config.cpp Linux global build. At least the basic footwork is done here. 2010-02-02 21:56:29 +00:00
Config.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
DSPConfigDlgLLE.cpp DSP LLE Jit, joined work with XK and skidu. 2010-04-07 15:04:45 +00:00
DSPConfigDlgLLE.h DSP LLE Jit, joined work with XK and skidu. 2010-04-07 15:04:45 +00:00
DSPDebugInterface.cpp Move MemCheck functionality into the virtual DebugInterface class from the more general MemView class. 2010-02-18 12:06:13 +00:00
DSPDebugInterface.h Move MemCheck functionality into the virtual DebugInterface class from the more general MemView class. 2010-02-18 12:06:13 +00:00
DSPHost.cpp Update_SR_Register64 sets SR_TOP2BITS based on m, not h (does someone have tests saying otherwise?) 2010-02-17 02:33:21 +00:00
DSPSymbols.cpp Improve iterator usage. 2010-05-28 23:14:16 +00:00
DSPSymbols.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
Globals.cpp Sound System Rework: Phase 2 2009-12-23 15:34:14 +00:00
Globals.h Sound System Rework: Phase 2 2009-12-23 15:34:14 +00:00
main.cpp Core audio system work (Watch for regressions please!): 2010-05-29 21:34:34 +00:00
SConscript Remove the AO dependency for DSP LLE, which is silly 2010-02-22 00:19:27 +00:00
stdafx.cpp Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
stdafx.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
Tools.cpp Linux global build. At least the basic footwork is done here. 2010-02-02 21:56:29 +00:00
Tools.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00