diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-03-19 21:58:56 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-03-19 21:58:56 +0000 |
| commit | 3f5662407bc39d8913a4a24927cb953e3d57b56c (patch) | |
| tree | e85109b6fb0d6d3463a8e1ee772939d66847d3f5 /plugins/peopsxgl/cfg.c | |
| parent | 8ca0520d76626f64dbcf8c1c176045067bba9980 (diff) | |
| download | pcsxr-3f5662407bc39d8913a4a24927cb953e3d57b56c.tar.gz | |
.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83652 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/peopsxgl/cfg.c')
| -rwxr-xr-x | plugins/peopsxgl/cfg.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/peopsxgl/cfg.c b/plugins/peopsxgl/cfg.c index 4cd8e8e0..e43fa116 100755 --- a/plugins/peopsxgl/cfg.c +++ b/plugins/peopsxgl/cfg.c @@ -64,6 +64,11 @@ void ReadConfigFile() if(bKeepRatio<0) bKeepRatio=0; if(bKeepRatio>1) bKeepRatio=1; + strcpy(t,"\nForceRatio43");p=strstr(pB,t);if(p) {p=strstr(p,"=");len=1;} + if(p) bForceRatio43=atoi(p+len); + if(bForceRatio43<0) bForceRatio43=0; + if(bForceRatio43>1) bForceRatio43=1; + strcpy(t,"\nScreenSmoothing");p=strstr(pB,t);if(p) {p=strstr(p,"=");len=1;} if(p) iBlurBuffer=atoi(p+len); if(iBlurBuffer<0) iBlurBuffer=0; @@ -238,6 +243,7 @@ void ReadConfig(void) // read config (linux fil iShowFPS=0; bGteAccuracy=0; bKeepRatio=FALSE; + bForceRatio43=FALSE; iScanBlend=0; iVRamSize=0; iTexGarbageCollection=1; |
