Skip to content

Fix undefined symbol in debug build

Libretro-Admin requested to merge github/fork/fetzerch/debug into master

Created by: fetzerch

$ ldd -r puae_libretro
undefined symbol: MSA_UnCompress        (./puae_libretro.so)

ZIP_ReadDisk is not used and MSA detection is anyways commented out in line 351.

Merge request reports