cellVdecGetPicture improved

This commit is contained in:
Nekotekina 2015-04-17 16:24:22 +03:00
parent 4874a81dc5
commit be48a330b4
4 changed files with 88 additions and 11 deletions

View file

@ -1156,7 +1156,7 @@ s32 _sys_printf(vm::ptr<const char> fmt) // va_args...
sysPrxForUser.Todo("_sys_printf(fmt=*0x%x, ...)", fmt);
// probably, assertion failed
sysPrxForUser.Warning("_sys_printf: \n%s", fmt.get_ptr());
sysPrxForUser.Fatal("_sys_printf: \n%s", fmt.get_ptr());
Emu.Pause();
return CELL_OK;
}