dolphin/Source/Plugins
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
..
InputPluginCommon win_width/win_height are used in X11 builds as well. 2010-05-27 12:12:48 +00:00
Plugin_DSP_HLE Unnecessary non-negative check of unsigned variable. 2010-05-26 20:48:23 +00:00
Plugin_DSP_LLE Core audio system work (Watch for regressions please!): 2010-05-29 21:34:34 +00:00
Plugin_GCPad Move platform-specific variables into proper scope. 2010-05-26 20:46:51 +00:00
Plugin_GCPadNew More improvements to new wiimote plugin: Added emulated Drums/Guitar extensions. Wiimote rumble now handled for every output report. Fixed some mem leaks. Hopefully fixed a floating point exception in Linux, thanks to glennrics. 2010-04-24 00:44:10 +00:00
Plugin_nJoy_SDL Falcon4ever prefers to keep a standalone code copy of nJoy in repository. 2010-02-03 02:54:31 +00:00
Plugin_VideoDX9 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
Plugin_VideoOGL 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
Plugin_VideoSoftware For these assertions to trip, enums in CPMemory.h which seem pretty much set 2010-05-26 21:05:42 +00:00
Plugin_Wiimote MotionPlus code clean up and small code improvements. 2010-05-29 19:06:18 +00:00
Plugin_WiimoteNew 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