dolphin/Source/Core
Ryan Houdek 2152e812fc Fix conditional branching on x86_64.
The register cache can be filled to the point that when dumping them the FixupBranch goes over the maximum size of 0x80.
Force them to use the "5byte" variant of the jump.

If we were able to determine if the length we had to jump was <0x80 in the future this could be a slight optimization.
This has to be done in bcctrx, bclrx, and twx. It was already done in bcx before.
This fixes issue 7378.
2014-06-13 12:41:50 -05:00
..
AudioCommon Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00
Common Make it so ARMv7 isn't a generic target. 2014-06-07 20:26:31 -05:00
Core Fix conditional branching on x86_64. 2014-06-13 12:41:50 -05:00
DiscIO Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00
DolphinWX Merge pull request #459 from lioncash/prototype-typo 2014-06-08 03:17:06 +02:00
InputCommon Merge pull request #300 from Sonicadvance1/Fix-AndroidInput 2014-05-30 15:32:08 -07:00
VideoBackends Fix OpenGL ES version detection. 2014-06-06 21:21:35 -05:00
VideoCommon Remove unused video config variable. 2014-06-09 00:02:38 -04:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00