(Xbox 1) Sinc - get rid of warning

This commit is contained in:
twinaphex 2013-02-17 15:04:26 +01:00
parent 041bfecf21
commit 6e1cec5090
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@
#define RARCH_LOG(...) fprintf(stderr, __VA_ARGS__)
#endif
#ifdef _XBOX1
#pragma warning(disable : 4723)
#endif
#ifdef __SSE__
#include <xmmintrin.h>
#endif