From 70ab51af6699f7b967645b19772dfecab4ef959a Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Sun, 9 May 2010 18:46:41 +0000 Subject: psxRcntFreeze() was fixed. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47708 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfxvideo/prim.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins') 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 -- cgit v1.2.3