mirror of https://github.com/PCSX2/pcsx2.git
[IPU] Revert my stupid fix for the moment. Will work on it later when I have more free time ;)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3490 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
a18c72489b
commit
880d182956
|
@ -54,7 +54,7 @@ void yuv2rgb_reference(void)
|
|||
// Know the specification before you touch it.
|
||||
#define SSE_BYTES(x) {x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x}
|
||||
#define SSE_WORDS(x) {x, x, x, x, x, x, x, x}
|
||||
#define SSE_COEFFICIENTS(x) SSE_WORDS(((x)<<2) && 0xFFFF)
|
||||
#define SSE_COEFFICIENTS(x) SSE_WORDS((x)<<2)
|
||||
|
||||
struct SSE2_Tables
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue