mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
Add debug info to ENOMEMs
This commit is contained in:
parent
989b353fbd
commit
27ea25a999
3 changed files with 4 additions and 3 deletions
|
|
@ -74,6 +74,7 @@ CellError lv2_memory::on_id_create()
|
|||
{
|
||||
if (!exists && !ct->take(size))
|
||||
{
|
||||
sys_mmapper.error("lv2_memory::on_id_create(): Cannot allocate 0x%x bytes (0x%x available)", size, ct->size - ct->used);
|
||||
return CELL_ENOMEM;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue