psxbios: Better realloc implementation
authorgameblabla <gameblabla@openmailbox.org>
Thu, 18 Jul 2019 00:01:34 +0000 (02:01 +0200)
committergameblabla <gameblabla@openmailbox.org>
Thu, 18 Jul 2019 00:01:34 +0000 (02:01 +0200)
commit391b1d5b1fe4f68676835058af609535feb798a9
tree3336d8496fe740c7552eb31e1bdb6cc676ed46b4
parentf42e1e9003d052bcfcadd5955d2396f11ea0f3c5
psxbios: Better realloc implementation

This should be closer to the real behaviour as described by nocash.
It doesn't do any bcopy though but it shouldn't be too much different
other than that.
libpcsxcore/psxbios.c