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)
commitbee52312d06313957cfe73dacdb1717d1c8bcddb
treebccfbcc1eff129cc43c0e5d7013dc7a1fb9b964e
parentbebe989ba22f0bac230a0b8a75617ae895ea274f
psxbios: Add checks to strcat

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.
libpcsxcore/psxbios.c