diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-08-05 13:44:15 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-08-05 13:44:15 +0000 |
| commit | f17e942cc9e95674fbfe63c98d0af793b9aeb9b2 (patch) | |
| tree | c96024770dea4fcea951d2e9a92cc955e2f97bc1 /plugins | |
| parent | a50c4510f13673a9aaae3f9cc274e3f82057a0ef (diff) | |
| download | pcsxr-f17e942cc9e95674fbfe63c98d0af793b9aeb9b2.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@24201 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/dfxvideo/prim.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/dfxvideo/prim.c b/plugins/dfxvideo/prim.c index bce9d732..48226a70 100644 --- a/plugins/dfxvideo/prim.c +++ b/plugins/dfxvideo/prim.c @@ -592,9 +592,6 @@ void primBlkFill(unsigned char * baseAddr) sW+=sX; sH+=sY; - if (sX < 0) sX=0; - if (sY < 0) sY=0; - FillSoftwareArea(sX, sY, sW, sH, BGR24to16(GETLE32(&gpuData[0]))); bDoVSyncUpdate=TRUE; |
