From: notaz Date: Mon, 22 Nov 2021 19:08:17 +0000 (+0200) Subject: drc: detect unconditional branches early X-Git-Tag: r23~64 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4919de1e88095f00466f6674323d518fc520b0db;hp=4919de1e88095f00466f6674323d518fc520b0db;p=pcsx_rearmed.git drc: detect unconditional branches early Mainly helps to end the block and not compile data. Unsure if this doesn't break something. ---