psxbios: Add checks to strcat
authorgameblabla <gameblabla@openmailbox.org>
Wed, 17 Jul 2019 23:09:21 +0000 (01:09 +0200)
committergameblabla <gameblabla@openmailbox.org>
Wed, 17 Jul 2019 23:09:21 +0000 (01:09 +0200)
Nocash documentation says that function fails if src or dst is 0.
If so, then it must return 0.

This fix is required for fixing crash on bootup in Digimon World.


No differences found