summaryrefslogtreecommitdiff
path: root/pcr/reicast-git/update-softrend.patch
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-03-25 20:30:46 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2017-03-25 20:31:42 -0300
commit6622e6846aa082933289194aebac9222e3d4c83b (patch)
tree61a49938c0399f80f384024fc878d37d4d3a9999 /pcr/reicast-git/update-softrend.patch
parent099ef552ecfa84c62b4467ed5e05b788a99143ac (diff)
downloadabslibre-6622e6846aa082933289194aebac9222e3d4c83b.tar.gz
abslibre-6622e6846aa082933289194aebac9222e3d4c83b.tar.bz2
abslibre-6622e6846aa082933289194aebac9222e3d4c83b.zip
reicast-git: updating commit
Diffstat (limited to 'pcr/reicast-git/update-softrend.patch')
-rw-r--r--pcr/reicast-git/update-softrend.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/pcr/reicast-git/update-softrend.patch b/pcr/reicast-git/update-softrend.patch
deleted file mode 100644
index 66e2c8bde..000000000
--- a/pcr/reicast-git/update-softrend.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur a/core/rend/soft/softrend.cpp b/core/rend/soft/softrend.cpp
---- a/core/rend/soft/softrend.cpp 2016-05-18 07:26:32.058143101 -0300
-+++ b/core/rend/soft/softrend.cpp 2016-05-18 12:24:35.403930238 -0300
-@@ -1164,7 +1164,7 @@
-
- //R coefs should be adjusted to match pixel format
- INLINE __m128 shuffle_pixel(__m128 v) {
-- return (__m128&)_mm_shuffle_epi8((__m128i&)v, _mm_set_epi8(R(0x80,2,1, 0)));
-+ return _mm_cvtepi32_ps(_mm_shuffle_epi8(_mm_cvtps_epi32(v), _mm_set_epi8(R(0x80, 2, 1, 0))));
- }
-
- virtual void Present() {