diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-07-26 17:00:47 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-07-26 17:00:47 +0000 |
| commit | 9cbd44224d555eb5d9fbd044676e92924407b57b (patch) | |
| tree | fe82f1d1dbf85e40ea27c82aa154c323efec8a76 /plugins/peopsxgl/cfg.c | |
| parent | be2f9d6ef7c59535773efb10f59793b2d4de9eb3 (diff) | |
| download | pcsxr-9cbd44224d555eb5d9fbd044676e92924407b57b.tar.gz | |
peopsogl1, vertex accuracy.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@69230 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/peopsxgl/cfg.c')
| -rw-r--r-- | plugins/peopsxgl/cfg.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/peopsxgl/cfg.c b/plugins/peopsxgl/cfg.c index 3dcd0aba..6819327d 100644 --- a/plugins/peopsxgl/cfg.c +++ b/plugins/peopsxgl/cfg.c @@ -197,6 +197,10 @@ void ReadConfigFile() strcpy(t,"\nOGLExtensions");p=strstr(pB,t);if(p) {p=strstr(p,"=");len=1;}
if(p) iUseExts=atoi(p+len);
if(iUseExts>1) iUseExts=1;
+
+ strcpy(t,"\nGteAccuracy");p=strstr(pB,t);if(p) {p=strstr(p,"=");len=1;}
+ if(p) bGteAccuracy=atoi(p+len);
+ if(bGteAccuracy>1) bGteAccuracy=1;
free(pB);
}
@@ -232,6 +236,7 @@ void ReadConfig(void) // read config (linux fil iFrameReadType=0;
bUse15bitMdec=FALSE;
iShowFPS=0;
+ bGteAccuracy=0;
bKeepRatio=FALSE;
iScanBlend=0;
iVRamSize=0;
|
