diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-06-01 09:11:35 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-06-01 09:11:35 +0000 |
| commit | ca779ea7e08b8ca0802cd4faf0ff4877b3df4a74 (patch) | |
| tree | b279eb8cc127d60b02dfb52b482b64772fc05b50 /plugins/peopsxgl/gpucfg/main.c | |
| parent | 81c68de8b937f9f80f3066d3e0907cc3e394f5ab (diff) | |
| download | pcsxr-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/gpucfg/main.c')
| -rw-r--r-- | plugins/peopsxgl/gpucfg/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/peopsxgl/gpucfg/main.c b/plugins/peopsxgl/gpucfg/main.c index 74860b2f..71d94b58 100644 --- a/plugins/peopsxgl/gpucfg/main.c +++ b/plugins/peopsxgl/gpucfg/main.c @@ -219,7 +219,7 @@ int main (int argc, char *argv[]) } if(val) SETCHECK("chkShowFPS"); - val=0; + val=1; if(pB) { strcpy(t,"\nUseFrameLimit");p=strstr(pB,t);if(p) {p=strstr(p,"=");len=1;} |
