libretro / LRPS2

GNU General Public License v2.0
172 stars 49 forks source link

VU int #226

Open LibretroAdmin opened 2 years ago

LibretroAdmin commented 2 years ago

Backport of PCSX2 PR. Only liberties here taken are the codepath where we diverge from upstream because doing it the upstream way would lose us valuable performance (as a tradeoff for Crash Twinsanity working correctly). The #else block in #if 1 (ExecuteBlock) should theoretically make Crash Twinsanity work correctly again, but has to be studied further.