mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-04 20:06:51 +00:00
Add new System Property.
This commit is contained in:
parent
c18d1bcc6d
commit
615e01b2af
@ -101,6 +101,7 @@ void System_InputBox(const char *title, const char *defaultValue);
|
||||
enum SystemProperty {
|
||||
SYSPROP_NAME,
|
||||
SYSPROP_LANGREGION,
|
||||
SYSPROP_CPUINFO,
|
||||
};
|
||||
|
||||
std::string System_GetProperty(SystemProperty prop);
|
Loading…
Reference in New Issue
Block a user