mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 15:30:35 +00:00
Allow the full features string to be logged.
This commit is contained in:
parent
4c43da9c23
commit
518394cca8
@ -222,7 +222,7 @@ void GLES_GPU::BuildReportingInfo() {
|
||||
const char *glSlVersion = GetGLStringAlways(GL_SHADING_LANGUAGE_VERSION);
|
||||
const char *glExtensions = GetGLStringAlways(GL_EXTENSIONS);
|
||||
|
||||
char temp[2048];
|
||||
char temp[16384];
|
||||
snprintf(temp, sizeof(temp), "%s (%s %s), %s (extensions: %s)", glVersion, glVendor, glRenderer, glSlVersion, glExtensions);
|
||||
reportingPrimaryInfo_ = glVendor;
|
||||
reportingFullInfo_ = temp;
|
||||
|
Loading…
Reference in New Issue
Block a user