mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-26 02:30:06 +00:00
for __cpuid compability with VS2017
This commit is contained in:
parent
eb435816e3
commit
39ad96341a
@ -8,6 +8,11 @@
|
|||||||
#include "common/common_types.h"
|
#include "common/common_types.h"
|
||||||
#include "cpu_detect.h"
|
#include "cpu_detect.h"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#include <intrin.h>
|
||||||
|
#endif // _MSC_VER
|
||||||
|
|
||||||
|
|
||||||
namespace Common {
|
namespace Common {
|
||||||
|
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
|
Loading…
Reference in New Issue
Block a user