diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-09 18:46:41 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-09 18:46:41 +0000 |
| commit | 70ab51af6699f7b967645b19772dfecab4ef959a (patch) | |
| tree | 1feda8f9344185d52ac5dec225018b36f57f018c /plugins | |
| parent | 626eb657588e3ef91e522d644811ca4becdc1c23 (diff) | |
| download | pcsxr-70ab51af6699f7b967645b19772dfecab4ef959a.tar.gz | |
psxRcntFreeze() was fixed.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47708 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/dfxvideo/prim.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/dfxvideo/prim.c b/plugins/dfxvideo/prim.c index 0dfc08a6..4ffa5214 100644 --- a/plugins/dfxvideo/prim.c +++ b/plugins/dfxvideo/prim.c @@ -77,7 +77,12 @@ __inline void UpdateGlobalTP(unsigned short gdata) GlobalTextABR = (unsigned short)((gdata >> 7) & 0x3); GlobalTextTP = (gdata >> 9) & 0x3; if(GlobalTextTP==3) GlobalTextTP=2; + usMirror =0; lGPUstatusRet = (lGPUstatusRet & 0xffffe000 ) | (gdata & 0x1fff ); + + // tekken dithering? right now only if dithering is forced by user + if(iUseDither==2) iDither=2; else iDither=0; + return; } else |
