From: gameblabla Date: Thu, 18 Jul 2019 00:01:34 +0000 (+0200) Subject: psxbios: Better realloc implementation X-Git-Tag: r23~156^2~40 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=391b1d5b1fe4f68676835058af609535feb798a9;hp=391b1d5b1fe4f68676835058af609535feb798a9;p=pcsx_rearmed.git 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. ---