libretro / snes9x2002

Snes9x 2002. Port of SNES9x 1.39 for libretro (was previously called PocketSNES). Heavily optimized for ARM.
37 stars 46 forks source link

platform/miyoo: Fix build flags and use FAST_ALIGNED_LSB_WORD_ACCESS #51

Closed jSTE0 closed 2 years ago

jSTE0 commented 2 years ago

Backport FAST_ALIGNED_LSB_WORD_ACCESS from libretro/snes9x2005@c5d385d6 and libretro/snes9x2005@2572e073. Fix build flags for miyoo, which were not correctly applied, opt-in to FAST_ALIGNED_LSB_WORD_ACCESS as in libretro/snes9x2005#93, and use LTO to squeeze a bit more performance and reduce the binary size by 4%.