summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-09-05 19:07:29 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-09-05 19:07:29 +0000
commit704ab8f7cc436c00c151e5608429737acb2e69ac (patch)
treea09008399b473e9f5feaf058cc9c931d3844eb1e /plugins
parent342cbb2285ca63c987622bb8ee9891d6f8dd1a65 (diff)
downloadpcsxr-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-xplugins/peopsxgl/gpu.c6
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");
*/