From 6d5b9968e7ae3ccb2301782fa4764a950719ebae Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Fri, 16 Apr 2010 03:02:17 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@45534 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- ChangeLog | 4 ++++ plugins/peopsxgl/soft.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3926794a..b95a8bcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +April 16, 2010 Wei Mingzhi + + * plugins/peopsxgl/soft.c: Applied the same fix by edgbla as dfxvideo. + April 15, 2010 Wei Mingzhi * plugins/dfsound/freeze.c: Fixed the sound doesn't always play properly diff --git a/plugins/peopsxgl/soft.c b/plugins/peopsxgl/soft.c index e0bd7cc9..bae51708 100644 --- a/plugins/peopsxgl/soft.c +++ b/plugins/peopsxgl/soft.c @@ -8285,7 +8285,7 @@ void DrawSoftwareLineShade(int rgb0, int rgb1) rgb0 = rgb1; x1 = xt; y1 = yt; - rgb1 = rgb0; + rgb1 = rgbt; dx = x1 - x0; dy = y1 - y0; -- cgit v1.2.3