psxbios : Several fixes to malloc.
authorgameblabla <gameblabla@openmailbox.org>
Thu, 18 Jul 2019 00:21:53 +0000 (02:21 +0200)
committergameblabla <gameblabla@openmailbox.org>
Thu, 18 Jul 2019 00:21:53 +0000 (02:21 +0200)
- Don't allow malloc to init memory if heap is invalid
According to nocash documentation, malloc will not allocate if heap size
is too small or invalid.

- Also merge some fixes from PCSX4ALL fork by senquack in order to allow
Burning Road to run.


No differences found