mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-20 06:00:58 +00:00
Merge pull request #3512 from DanyalZia/patch-1
String to display the supported OpenGL version in System Information
This commit is contained in:
commit
30d1dadece
@ -329,6 +329,7 @@ void SystemInfoScreen::CreateViews() {
|
||||
scroll->Add(new InfoItem("System Name :", System_GetName()));
|
||||
scroll->Add(new InfoItem("GPU Vendor :", (char *)glGetString(GL_VENDOR)));
|
||||
scroll->Add(new InfoItem("GPU Model :", (char *)glGetString(GL_RENDERER)));
|
||||
scroll->Add(new InfoItem("OpenGL Version Supported :", (char *)glGetString(GL_VERSION)));
|
||||
|
||||
scroll->Add(new ItemHeader("OpenGL ES 2.0 Extensions"));
|
||||
std::vector<std::string> exts;
|
||||
|
Loading…
x
Reference in New Issue
Block a user