mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
Bugfix
This commit is contained in:
parent
c054d8e7dc
commit
72dcbefff4
3 changed files with 4 additions and 4 deletions
|
@ -559,7 +559,7 @@ s32 _sys_printf(vm::ptr<const char> fmt) // va_args...
|
|||
return CELL_OK;
|
||||
}
|
||||
|
||||
s32 sys_process_get_paramsfo(vm::ptr<u8[0x40]> buffer)
|
||||
s32 sys_process_get_paramsfo(vm::ptr<char> buffer)
|
||||
{
|
||||
sysPrxForUser.Warning("sys_process_get_paramsfo(buffer=0x%x)", buffer);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue