dolphin/Source/Core
magumagu 03292eabc2 Fix OpArg::WriteRex with 8-bit memory operand.
Previously he function was misbehaving because of a missing check for
whether an 8-bit operand was a register operand; it would therefore
emit unnecessary REX prefixes, incorrectly assert on 32-bit targets, and
could potentially emit wrong code in rare cases (like a memory to register
operation involving AH.)

Also, some cleanup while I was in the area to make the function easier to
read.
2014-03-25 14:09:15 -07:00
..
AudioCommon Remove usesMixer function from the sound streams. 2014-03-18 10:42:07 -04:00
Common Fix OpArg::WriteRex with 8-bit memory operand. 2014-03-25 14:09:15 -07:00
Core Remove an unused parameter from UpdateDebugger_MapLoaded. 2014-03-23 17:19:12 -04:00
DiscIO Fix a crash that got recently introduced. 2014-03-23 22:29:30 -05:00
DolphinWX Revert "Remove an unnecessary wx translation underscore macro from PHackSettings." 2014-03-23 20:28:19 -05:00
InputCommon Turn some non-const refs into pointers 2014-03-17 02:55:57 +01:00
VideoBackends Merge pull request #167 from neobrain/ogl-efbpokes 2014-03-20 15:25:56 -05:00
VideoCommon Remove superfluous bit shift 2014-03-18 04:07:45 +01:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00