dolphin/Source/Core
Pierre 6b5b8ab5be Implement and use MOVZX(64, 32,...)
Probably better to keep that same-register-MOV assert useful. Also,
explicit type extension documents whats happening.

Internally, this boils down to the original MOV, but without the assert.
2013-04-14 13:34:29 +02:00
..
AudioCommon Some more logging typos and clarifications. Missed these in my last commit. 2013-04-01 00:10:54 -04:00
Common Implement and use MOVZX(64, 32,...) 2013-04-14 13:34:29 +02:00
Core Implement and use MOVZX(64, 32,...) 2013-04-14 13:34:29 +02:00
DiscIO ChunkFile has allowed me to accidentally "Do" a non-POD for the last time! 2013-04-09 19:02:22 -05:00
DolphinWX ogl: fix single core crash 2013-04-11 03:32:07 +02:00
InputCommon Clean up some space/tab mismatches in DiscIO and InputCommon. 2013-03-19 09:59:41 -04:00
VideoCommon Good job Windows. Stop choosing the same names as I do. 2013-04-13 00:54:11 -05:00
CMakeLists.txt