summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorNolan Check <Nolan.Check@gmail.com>2010-10-24 19:41:10 +0000
committerNolan Check <Nolan.Check@gmail.com>2010-10-24 19:41:10 +0000
commitb71cd5f3832b3b426d71af84f6c6baffeea193ef (patch)
treecd4a400f74348845608dcb82cd2394560e1dcf09 /Source/Core
parent61c6d4fe5925aa6e1bbb5f320d6ef99a08544dc9 (diff)
A couple minor things I have left over
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6312 8ced0084-cf51-0410-be5f-012b33b47a6e
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_