summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-15 12:19:01 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-15 12:19:01 +0000
commit67baa28487d62c8fee6481bad79561936510decd (patch)
tree0191159ce00680178ce61872fbd4776f9d254f47 /plugins
parentae63a0a24ab125b41e83c7ea5f1bff64ec13289f (diff)
downloadpcsxr-67baa28487d62c8fee6481bad79561936510decd.tar.gz
dfxvideo: don't use 2xsai by default when config file is missing
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54655 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
-rw-r--r--plugins/dfxvideo/cfg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dfxvideo/cfg.c b/plugins/dfxvideo/cfg.c
index 5c545240..9baf8bc2 100644
--- a/plugins/dfxvideo/cfg.c
+++ b/plugins/dfxvideo/cfg.c
@@ -227,7 +227,7 @@ void ReadConfig(void)
fFrameRate=200.0f;
dwCfgFixes=0;
iUseFixes=0;
- iUseNoStretchBlt=1;
+ iUseNoStretchBlt=0;
iUseDither=0;
iShowFPS=0;
@@ -278,7 +278,7 @@ void WriteConfig(void) {
fFrameRate=200.0f;
dwCfgFixes=0;
iUseFixes=0;
- iUseNoStretchBlt=1;
+ iUseNoStretchBlt=0;
iUseDither=0;
iShowFPS=0;