diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-09-05 19:07:29 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-09-05 19:07:29 +0000 |
| commit | 704ab8f7cc436c00c151e5608429737acb2e69ac (patch) | |
| tree | a09008399b473e9f5feaf058cc9c931d3844eb1e /plugins | |
| parent | 342cbb2285ca63c987622bb8ee9891d6f8dd1a65 (diff) | |
| download | pcsxr-704ab8f7cc436c00c151e5608429737acb2e69ac.tar.gz | |
.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87087 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
| -rwxr-xr-x | plugins/peopsxgl/gpu.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/peopsxgl/gpu.c b/plugins/peopsxgl/gpu.c index e5c72340..1bf52937 100755 --- a/plugins/peopsxgl/gpu.c +++ b/plugins/peopsxgl/gpu.c @@ -856,7 +856,7 @@ void sysdep_create_display(void) // create display if(bModeChanged==0) // -> no mode found? { free(modes); // --> free infos - printf("No proper fullscreen mode found!\n"); // --> some info output + printf("%s", "No proper fullscreen mode found!\n"); // --> some info output } } } @@ -1013,9 +1013,9 @@ void sysdep_create_display(void) // create display glXMakeCurrent(display,window,cx); /* - printf(glGetString(GL_VENDOR)); + printf("%s", glGetString(GL_VENDOR)); printf("\n"); - printf(glGetString(GL_RENDERER)); + printf("%s", glGetString(GL_RENDERER)); printf("\n"); */ |
