summaryrefslogtreecommitdiff
path: root/plugins/peopsxgl/cfg.c
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-06-01 09:11:35 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-06-01 09:11:35 +0000
commitca779ea7e08b8ca0802cd4faf0ff4877b3df4a74 (patch)
treeb279eb8cc127d60b02dfb52b482b64772fc05b50 /plugins/peopsxgl/cfg.c
parent81c68de8b937f9f80f3066d3e0907cc3e394f5ab (diff)
downloadpcsxr-ca779ea7e08b8ca0802cd4faf0ff4877b3df4a74.tar.gz
tweaked the UI of OpenGL plugin config dialog, updated translation
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23617 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/peopsxgl/cfg.c')
-rw-r--r--plugins/peopsxgl/cfg.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/peopsxgl/cfg.c b/plugins/peopsxgl/cfg.c
index e734373b..0c5d28bf 100644
--- a/plugins/peopsxgl/cfg.c
+++ b/plugins/peopsxgl/cfg.c
@@ -56,7 +56,7 @@ void ReadConfigFile()
if(iResX<10) iResX=10;
strcpy(t,"\nResY");p=strstr(pB,t);if(p) {p=strstr(p,"=");len=1;}
- if(p) iResY=atoi(p+len);
+ if(p) iResY=atoi(p+len);
if(iResY<10) iResY=10;
strcpy(t,"\nKeepRatio");p=strstr(pB,t);if(p) {p=strstr(p,"=");len=1;}
@@ -203,7 +203,8 @@ void ReadConfigFile()
void ReadConfig(void) // read config (linux file)
{
- iResX=640;iResY=480;
+ iResX=640;
+ iResY=480;
iColDepth=16;
bChangeRes=FALSE;
bWindowMode=TRUE;