dolphin/Source/Core
magumagu9 4286b210a5 A couple of fixes for the current JIT.
One is generalizing the stwux implementation to all of stXx; not a
particularly significant improvement, but I had it in my tree, and it
makes my WIP JIT a drop-in replacement for the current JIT. (Not that
you'd really want to at the moment... The WIP JIT still has at
least one significant bug I haven't tracked down, and it's a lot slower
for anything using a significant amount of floating-point, which is 
basically anything except FMVs.  That said, it should basically work as
long as you're making a 32-bit build.)

The other fix is a minor (but probably visible) performance improvement 
for 64-bit Linux: fixing the store JIT to work properly.  I proposed 
the patch a couple days ago, but apparently nobody tested it... this 
way, I can force everyone on 64-bit Linux to test it :)  Please add the
"NOTE: stb and stbu are broken under 64bit Linux" bit back in if this
breaks anything.



git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1730 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-01-01 13:23:08 +00:00
..
Common Slightly shorter version of 16-bit BSWAP. 2008-12-31 20:46:55 +00:00
Core A couple of fixes for the current JIT. 2009-01-01 13:23:08 +00:00
DebuggerWX This is an ugly hack, but increase the size of the buffer... I managed 2008-12-29 02:02:35 +00:00
DiscIO - Janitorial tasks 2008-12-20 18:46:49 +00:00
DolphinWX nJoy: Enabled keyboard input (only for buttons so far) through wxWidgets in the main application. It only works when you render to the main window. 2008-12-28 18:50:24 +00:00
VideoCommon More renaming. 2008-12-26 17:33:53 +00:00