pcsx2/common/src/x86emitter
Jonathan Li ed47dca8a1 x86emitter:windows: Make cpu detection/affinity 64-bit compatible
Use DWORD_PTR since that works on both 32-bit and 64-bit builds. And
remove some empty unused functions.

Fixes a 64-bit compilation issue.
2016-07-24 19:05:18 +01:00
..
CMakeLists.txt cmake: factorize debug/dev define 2016-02-21 16:17:10 +01:00
LnxCpuDetect.cpp x86emitter: always use fxsave intrinsic/asm 2015-11-28 22:19:42 +01:00
PrecompiledHeader.cpp [copyright] 2010-07-08 16:40:44 +00:00
PrecompiledHeader.h [copyright] 2010-07-08 16:40:44 +00:00
WinCpuDetect.cpp x86emitter:windows: Make cpu detection/affinity 64-bit compatible 2016-07-24 19:05:18 +01:00
bmi.cpp x86emitter: implement some BMI instructions 2016-01-09 23:29:01 +01:00
cpudetect.cpp common: include cpuid.h on unix 2016-07-17 10:24:29 +02:00
cpudetect_internal.h x86emitter:windows: Make cpu detection/affinity 64-bit compatible 2016-07-24 19:05:18 +01:00
fpu.cpp x86emitter: remove unused FPU opcode 2016-01-20 10:23:23 +01:00
groups.cpp x86emitter: rewrite groups to use generic template 2016-01-17 12:34:44 +01:00
jmp.cpp x86emitter: sed/32orLess/64orLess/ 2016-01-17 00:29:19 +01:00
legacy.cpp core|x86emitter: port basic jump instruction 2016-01-09 21:26:25 +01:00
legacy_sse.cpp x86emitter: remove unused legacy function 2016-01-09 21:13:29 +01:00
movs.cpp x86emitter: rewrite move to use generic template 2016-01-17 13:44:29 +01:00
simd.cpp x86emitter: remove MMX support 2016-02-08 09:13:24 +01:00
x86emitter.cpp PCSX2-Core: Clean up some warnings on MSVC 2016-06-30 16:49:18 +05:30