mirror of
https://github.com/PCSX2/gsdx-sourceforge.git
synced 2026-02-04 03:11:19 +01:00
This commit is contained in:
@@ -885,7 +885,7 @@ public:
|
||||
#if _M_SSE >= 0x401
|
||||
return _mm_extract_epi8(m, i);
|
||||
#else
|
||||
return (int)i8[i];
|
||||
return (int)u8[i];
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user