From 0585f558cb677262c0671446a11667daaaff85b9 Mon Sep 17 00:00:00 2001 From: squall-leonhart Date: Sun, 22 Jul 2012 19:59:26 +0000 Subject: [PATCH] maybe emucr will get the hint now. git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1105 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/win32/VBA.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/win32/VBA.cpp b/src/win32/VBA.cpp index 11be969b..3028c143 100644 --- a/src/win32/VBA.cpp +++ b/src/win32/VBA.cpp @@ -1,3 +1,7 @@ +#if (_MSC_VER == 1600 && _M_IX86_FP >= 0 && (_MSC_FULL_VER < 160040219)) +#error You must compile this software without SSE! +#endif + #ifdef NO_D3D #ifdef NO_OGL #error NO_D3D and NO_OGL must not be defined at the same time.