This commit is contained in:
Nekotekina 2015-02-28 19:38:48 +03:00
parent c054d8e7dc
commit 72dcbefff4
3 changed files with 4 additions and 4 deletions

View file

@ -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);