dolphin/Source/Core
pierre b80e207a8a Core/DSPCore: Make JIT work on 64 bit hosts
This is the safe variant that does not assume other
functions use R11 for &g_dsp.r, which they actually do.
So there is a lot unnecessary reloading of the register
getting emitted.

There are a few small changes exploiting pointers known
at emission time and making use of MComplex math.

Also renames m_LLEplaying to m_AIplaying in Core/AudioCommon.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6245 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-10-01 23:23:13 +00:00
..
AudioCommon Core/DSPCore: Make JIT work on 64 bit hosts 2010-10-01 23:23:13 +00:00
Common Remove unnecessary shadow variables and signed/unsigned comparisons. 2010-10-01 12:38:31 +00:00
Core Remove unnecessary shadow variables and signed/unsigned comparisons. 2010-10-01 12:38:31 +00:00
DebuggerUICommon
DebuggerWX JitIL/Jit64: Removed std::vector for speed up. 2010-09-22 02:42:17 +00:00
DiscIO call DIVerify when a wii game is launched directly by dolphin (adds tmd+uid) 2010-09-08 00:20:19 +00:00
DolphinWX Allow SI AM_Baseboard to be selected correctly in GUI. 2010-09-27 02:22:53 +00:00
DSPCore Core/DSPCore: Make JIT work on 64 bit hosts 2010-10-01 23:23:13 +00:00
InputCommon New Wiimote Plugin: Fix Emulated Wiimote Problem.(fixes issue 3230) Made the "Connected to X Wiimotes" text update on all tabs when clicking "Refresh"/"Pair Up". Some other cleanup. 2010-09-18 16:43:43 +00:00
InputUICommon
VideoCommon Added EFB Scale option to the OpenGL plug-in. 2010-09-30 15:24:34 +00:00