mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
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.