iOS: Fix interpreter overrides
authornegativeExponent <negativeExponent@users.noreply.github.com>
Fri, 23 Oct 2020 04:55:58 +0000 (12:55 +0800)
committernegativeExponent <negativeExponent@users.noreply.github.com>
Fri, 23 Oct 2020 05:10:37 +0000 (13:10 +0800)
commite877236715dce2078bf60be153dcea92da6f6c99
tree2d5d0a4af277a6c597c5cb7d94d0a7da3eba7145
parentaccedc82b01fe5834a805a9872405d51de1d5c06
iOS: Fix interpreter overrides

By default, iOS are built with either DYNAREC=ari64 or DYNAREC=lightrec, with lightrec used as an override flag to build the interpreter instead, which is DYNAREC=0.

This PR removes DYNAREC?=ari64 which seems to block the overrides from working.

Hopefully...:
Makefile.libretro