libretro / pcsx_rearmed

ARM optimized PCSX fork
GNU General Public License v2.0
166 stars 118 forks source link

Update Lightrec 2023-12-14 #811

Closed pcercuei closed 9 months ago

pcercuei commented 9 months ago

Bump to the latest version of Lightrec.

It fixes one last race with the threaded compiler, which would trigger rarely with some games. I could not detect any more bugs with the address sanitizer, so I declare the threaded compiler stable now, and enabled it by default in Lightrec's CMake script. I leave it up to you to decide whether or not you want to enable it by default in the makefiles.

It also changes the priority of the blocks being recompiled, so that the blocks that are needed ASAP have priority over the blocks that are used sparsely.

notaz commented 9 months ago

I want to do a "stable" release (just slap a tag really) so I'll keep it off for the time being.