irixxxx / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
47 stars 24 forks source link

Libretro: Fix Wii compiling by adding required -ffat-lto-objects #116

Closed saulfabregwiivc closed 3 months ago

saulfabregwiivc commented 3 months ago

Otherwise when compiling the final dol for the Nintendo Wii version of the PicoDrive (Libretro) core will result in compilation errors because of "missing" Libretro dependencies.

It's a (dirty, quick-fix) workaround for stop the compiler messages of "plugin needed to handle lto object", meaning that some libraries weren't linked (?)

Maybe this needs a better fix, but this works for now.