Revert the ridiculously wrong r3797 (bad sonicadvance1)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3806 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2009-07-15 19:09:02 +00:00
parent d103e829fa
commit 4533cc39b3
1 changed files with 1 additions and 5 deletions

View File

@ -35,11 +35,7 @@
#include "../../Core.h"
#include "Interpreter.h"
#include "MathUtil.h"
#if !defined(_mm_cvttsd_si32) // No SSE2 support
#define _mm_set_sd
#define _mm_cvttsd_si32 truncl
#define _mm_cvtsd_si32 lrint
#endif
// F-ZERO IS BEING A ROYAL PAIN
// POSSIBLE APPROACHES:
// * Full SW FPU. Urgh.