mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Set a unique System Name
This commit is contained in:
parent
e48ec75896
commit
e0d6f8a311
3 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue