mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-28 02:41:18 +00:00
Show CPU in System info (UI)
This commit is contained in:
parent
4e24ecbdd4
commit
66e48f5a69
@ -30,6 +30,7 @@
|
||||
#include "Core/MIPS/MIPSTables.h"
|
||||
#include "Core/MIPS/JitCommon/JitCommon.h"
|
||||
#include "ext/disarm.h"
|
||||
#include "Common/CPUDetect.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
@ -136,6 +137,7 @@ void SystemInfoScreen::CreateViews() {
|
||||
scroll->Add(new ItemHeader("System Information"));
|
||||
scroll->Add(new InfoItem("System Name", System_GetProperty(SYSPROP_NAME)));
|
||||
scroll->Add(new InfoItem("System Lang/Region", System_GetProperty(SYSPROP_LANGREGION)));
|
||||
scroll->Add(new InfoItem("CPU", cpu_info.brand_string));
|
||||
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)));
|
||||
|
Loading…
Reference in New Issue
Block a user