Skip to content
  • Justin Weiss's avatar
    [3DS] Fix crashes when loading savestates · 233c5301
    Justin Weiss authored
    The nonportable LE macros in Blargg SPU can allow unaligned loads,
    which cause ARM exceptions on 3DS.
    
    The portable code avoids these problems, and generates good enough
    assembly, so it should be used instead.
    233c5301