summaryrefslogtreecommitdiff
path: root/plugins/peopsxgl
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-07-27 04:54:58 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-07-27 04:54:58 +0000
commit490883f1ee71bd58b52719ad6d3337b5122a3127 (patch)
tree532ab29706fd2972cea8dd2a5cf12e105a5e49c2 /plugins/peopsxgl
parent3a8bbe1d897e07a695a2d580ffa575f8263ebd06 (diff)
downloadpcsxr-490883f1ee71bd58b52719ad6d3337b5122a3127.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@24073 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/peopsxgl')
-rw-r--r--plugins/peopsxgl/soft.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/peopsxgl/soft.c b/plugins/peopsxgl/soft.c
index e577be8f..e0bd7cc9 100644
--- a/plugins/peopsxgl/soft.c
+++ b/plugins/peopsxgl/soft.c
@@ -1035,9 +1035,6 @@ void FillSoftwareAreaTrans(short x0,short y0,short x1, // FILL AREA TRANS
{
short j,i,dx,dy;
- if(y0<0) y0=0;
- if(x0<0) x0=0;
-
if(y0>y1) return;
if(x0>x1) return;
@@ -1128,9 +1125,6 @@ void FillSoftwareArea(short x0,short y0,short x1, // FILL AREA (BLK FILL)
{
short j,i,dx,dy;
- if(y0<0) y0=0;
- if(x0<0) x0=0;
-
if(y0>y1) return;
if(x0>x1) return;