@Weedy_Weed_Smoker I do not fully understand what the numbers after ReARMed the version number mean (example: r22 000000) - perhaps this is a unique build number, or maybe part of a minor version(then it might be useful).
Anyway. I tested several core versions. Here are the results:
- r19 no series (interpreter) / works perfect, but slow.
- r22 no series (interpreter) / works perfect, but slow.
- r22 no series (dynarec) / application crashes.
- r22 15cfb55 (dynarec) / freezes and not save, but fast.
- r22 d56340b (dynarec) / freezes and not save, but fast.
- r22 b715d67 (dynarec) / freezes and not save, but fast.
Sources:
- r22 no series (interpreter) and r22 no series (dynarec)
downloaded here: https://github.com/laeryn/libretro-ios-cores - r22 15cfb55 (dynarec)
downloaded here: http://buildbot.libretro.com/nightly/apple/ios/latest/ - r22 d56340b (dynarec) and r22 b715d67 (dynarec)
downloaded here: http://johan.margueritte.free.fr/buildbot/ios/
I also tried to disable the dynarec in your version(r22 d56340b, r22 b715d67 with Neon and PEOpS) in the core settings, as expected, it slowed down the game, but the error did not fix it.