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:
parent
d103e829fa
commit
4533cc39b3
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue