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
This commit is contained in:
parent
bdf75f232f
commit
0585f558cb
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue