Set a unique System Name

This commit is contained in:
Florin9doi 2024-04-14 22:46:43 +03:00 committed by Elad Ashkenazi
parent e48ec75896
commit e0d6f8a311
3 changed files with 10 additions and 0 deletions

View file

@ -469,6 +469,7 @@ error_code cellSysutilGetSystemParamString(CellSysutilParamId id, vm::ptr<char>
case CELL_SYSUTIL_SYSTEMPARAM_ID_NICKNAME:
{
copy_size = CELL_SYSUTIL_SYSTEMPARAM_NICKNAME_SIZE;
param_str = g_cfg.sys.system_name.to_string();
break;
}