Set a unique System Name
This commit is contained in:
committed by
Elad Ashkenazi
parent
e48ec75896
commit
e0d6f8a311
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user