dolphin/Source
dok.slade 99ffecd675 Merge JIT instructions when loading 32-bits immediate values :
PowerPC needs 2 instructions to load a 32-bits immediate value in a register (lis + addi; lis + ori). We can merge both instructions into a single SetImmediate().
This commit shares code with r5799, so to prevent another flame war on OSX vs Windows, I added #ifdef around the "bad" lines...


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5982 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-07-26 23:06:34 +00:00
..
Core Merge JIT instructions when loading 32-bits immediate values : 2010-07-26 23:06:34 +00:00
DSPSpy Hg: 2010-06-09 01:37:08 +00:00
DSPTool Build but don't install the dsptool/tester/MemcardManager tools 2010-07-22 03:38:32 +00:00
PluginSpecs Lots more work on making the frame aui stuff functional. 2010-07-22 02:05:28 +00:00
Plugins Gecko codes: Added parenthesis where they were needed.(thanks to glennrics and soren) Fixed a copy paste error with write & fill 8bit codes. Also forgot to remove a return false;.(some more codes should work (fixed issue 2968)) New Wiimote Plugin: Added emulated swinging.(seems to work) Changed the emulated calibration data to some nice values. ControllerInterface: moved and constified some stuff. 2010-07-26 05:30:50 +00:00
TestSuite Hg: 2010-06-09 01:37:08 +00:00
UnitTests Build but don't install the dsptool/tester/MemcardManager tools 2010-07-22 03:38:32 +00:00
Dolphin.sln Fix DebugFast/win32 build configuration 2010-06-29 10:23:15 +00:00