mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #3275 from raven02/patch-3
Add GPU Model to System Information
This commit is contained in:
commit
bc310e14f6
1 changed files with 2 additions and 1 deletions
|
@ -319,7 +319,8 @@ void SystemInfoScreen::CreateViews() {
|
|||
scroll->Add(new ItemHeader("System Information"));
|
||||
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 ItemHeader("OpenGL ES 2.0 Extensions"));
|
||||
std::vector<std::string> exts;
|
||||
SplitString(g_all_gl_extensions, ' ', exts);
|
||||
|
|
Loading…
Add table
Reference in a new issue