pcsx2: fix gcc6 build
This commit is contained in:
parent
f615f8d943
commit
cb47b28427
|
@ -1,22 +1,11 @@
|
||||||
From aeaa09619d4cfc57c1b98daea5cf7093340362e8 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Gregory Hainaut <gregory.hainaut@gmail.com>
|
|
||||||
Date: Mon, 18 Apr 2016 19:27:06 +0200
|
|
||||||
Subject: [PATCH] x86emitter: gcc 6 compilation fix
|
|
||||||
|
|
||||||
Fix #1297
|
|
||||||
---
|
|
||||||
common/src/x86emitter/cpudetect.cpp | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/common/src/x86emitter/cpudetect.cpp b/common/src/x86emitter/cpudetect.cpp
|
diff --git a/common/src/x86emitter/cpudetect.cpp b/common/src/x86emitter/cpudetect.cpp
|
||||||
index b318909..38f506d 100644
|
|
||||||
--- common/src/x86emitter/cpudetect.cpp
|
--- common/src/x86emitter/cpudetect.cpp
|
||||||
+++ common/src/x86emitter/cpudetect.cpp
|
+++ common/src/x86emitter/cpudetect.cpp
|
||||||
@@ -16,6 +16,7 @@
|
@@ -16,6 +16,7 @@
|
||||||
#include "PrecompiledHeader.h"
|
#include "PrecompiledHeader.h"
|
||||||
#include "cpudetect_internal.h"
|
#include "cpudetect_internal.h"
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
+#include "x86_intrin.h"
|
+#include "fxsrintrin.h"
|
||||||
|
|
||||||
using namespace x86Emitter;
|
using namespace x86Emitter;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue