libretro / QuickNES_Core

The QuickNES core library, originally by Shay Green, heavily modified
GNU General Public License v2.0
22 stars 35 forks source link

Android: Fix issue cause by unaligned mem access #41

Closed ghost closed 6 years ago

ghost commented 6 years ago

With @bparker06 hint regarding unaligned access in android, and @aliaspider previous PR to solve related issue in other systems, applying -DNO_UNALIGNED_ACCESS to android during compile also fixes crashing in some android devices.

Fixes at least the following issues: https://github.com/libretro/QuickNES_Core/issues/37 https://github.com/libretro/QuickNES_Core/issues/6