Files
ARMSX2/pcsx2-libretro
Brian Degenhardt 4637de4d6e libretro: rename the core target to armsx2
CORENAME was still yaps2, so the libretro buildbot looked for
yaps2_libretro.so while CMake's OUTPUT_NAME already emitted
armsx2_libretro.so -- the artifact would not have been picked up. The
make-target alias was stale for the same reason.

The shipped armsx2_libretro.info was already correct; RetroArch pairs .so to
.info by filename stem, so the core now has its metadata.

The core has never been published, so nothing downstream breaks on the rename.
2026-07-21 21:47:45 -07:00
..