mirror of https://github.com/PCSX2/pcsx2.git
parent
967cc0b37b
commit
7eb0f3564b
|
@ -23,7 +23,7 @@
|
|||
#include "GSDrawScanlineCodeGenerator.h"
|
||||
#include "GSVertexSW.h"
|
||||
|
||||
#if _M_SSE >= 0x500 && (defined(_M_AMD64) || defined(_WIN64))
|
||||
#if _M_SSE == 0x500 && (defined(_M_AMD64) || defined(_WIN64))
|
||||
|
||||
#error TODO
|
||||
|
||||
|
@ -1825,4 +1825,4 @@ void GSDrawScanlineCodeGenerator::ReadTexel(const Xmm& dst, const Xmm& addr, uin
|
|||
else vpinsrd(dst, src, i);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include "GSSetupPrimCodeGenerator.h"
|
||||
#include "GSVertexSW.h"
|
||||
|
||||
#if _M_SSE >= 0x500 && (defined(_M_AMD64) || defined(_WIN64))
|
||||
#if _M_SSE == 0x500 && (defined(_M_AMD64) || defined(_WIN64))
|
||||
|
||||
using namespace Xbyak;
|
||||
|
||||
|
|
Loading…
Reference in New Issue