libretro / pcsx_rearmed

ARM optimized PCSX fork
GNU General Public License v2.0
168 stars 120 forks source link

Update GNU Lightning 2024-11-02 #850

Open pcercuei opened 3 weeks ago

pcercuei commented 3 weeks ago

Update GNU Lightning to the latest upstream version.

One notable change is that the upstream version now supports SH4 processors, which I use in my downstream PCSX port for Dreamcast.

pcercuei commented 3 weeks ago

I switched to the official GIT repo as well, so it seems to have undone the "gnulib" submodule, how can I fix that?

notaz commented 3 weeks ago

Dunno, perhaps try git subrepo's --ALL option? Or maybe git rm deps/lightning/gnulib since it's not really needed (or is it?)? I wish libretro infra supported submodules already, this is an annoying difference from the master branch.

BTW I've meant to report this, but lightrec has problems with "Tomb Raider (USA) (Rev 2)" (http://redump.org/disc/12765/), when it loads it presents a menu from which the game doesn't start.

notaz commented 1 week ago

Any plans to solve this? Perhaps keep the unwanted submodule, which is lesser evil than the reduced CI coverage.

pcercuei commented 1 week ago

Yeah I was trying several things and could not get the CI to ignore the submodule. I'm on a motorcycle trip right now, will have a look when I get back.