summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Common/Src/Common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/Common.h b/Source/Core/Common/Src/Common.h
index 7b1a9f626d..8fc58c8248 100644
--- a/Source/Core/Common/Src/Common.h
+++ b/Source/Core/Common/Src/Common.h
@@ -143,4 +143,8 @@ extern const char *netplay_dolphin_ver;
#define _M_SSE 0x301
#endif
+#if _MSC_VER >= 1500 // Visual Studio 2008
+#define _M_SSE 0x401
+#endif
+
#endif // _COMMON_H_