dolphin/Source/Core/Common
Pierre Bourdon 377202b9f6 Correctly check for AVX support in x64CPUDetect
It's not enough to check for the CPUID bit to know if AVX is supported since
AVX requires OS support (new set of registers == more registers to be saved
when context switching). If the OS does not support, the cpuid bit will still
be set but using YMM registers will cause an illegal exception fault.
2013-08-20 01:25:10 +02:00
..
Src Correctly check for AVX support in x64CPUDetect 2013-08-20 01:25:10 +02:00
CMakeLists.txt Move VideoBackendBase from Common to VideoCommon 2013-08-14 23:16:46 +02:00
Common.vcxproj Move VideoBackendBase from Common to VideoCommon 2013-08-14 23:16:46 +02:00
Common.vcxproj.filters Move VideoBackendBase from Common to VideoCommon 2013-08-14 23:16:46 +02:00
SVNRevGen.vcxproj fix Common lib re-linking all the time 2012-03-18 05:47:55 -07:00
make_scmrev.h.js Remove "-0" from stable version numbers in a more foolproof manner for vs and cmake builds. 2013-08-10 17:19:19 -05:00