mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 22:20:14 +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 "cpu_detect.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <intrin.h>
|
||||
#endif // _MSC_VER
|
||||
|
||||
|
||||
namespace Common {
|
||||
|
||||
#ifndef _MSC_VER
|
||||
|
Loading…
Reference in New Issue
Block a user