mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
Add GPU Model to System Information
This commit is contained in:
parent
e0a05e8cc2
commit
0db697fd4a
@ -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…
Reference in New Issue
Block a user