ps3dev / PSL1GHT

A lightweight PS3 SDK
www.psl1ght.com
MIT License
222 stars 62 forks source link

Add SYSUTIL_LANG_* values to sysutil.h #130

Closed bucanero closed 3 years ago

bucanero commented 3 years ago

Add language return values for SYSUTIL_SYSTEMPARAM_ID_LANG

Example:

int language;

sysUtilGetSystemParamInt(SYSUTIL_SYSTEMPARAM_ID_LANG, &language);