When a N64 Core for iOS

Hi developers, just wondering if someday we are going to see an updated Mupen64 core for iOS. By the way, ¿Why it was removed?

If something isn’t on the buildbot it means the build is failing for some reason. I’ll try to see what’s breaking it.

So, that it means that theres actually a N64 core for iOS already?

yeah, i think it used to build for iOS. People pass around an old build, right? If so, something has stopped it from building but it’s presumably fixable.

EDIT: here’s a build-failure log for it (you can just skip to the very bottom for the actual error): http://hastebin.com/usisubacod Looks like it’s having trouble compiling the dynarec. We might want to look into just leaving it out entirely, since it doesn’t work on iOS9+ anyway, right?

[QUOTE=hunterk;50017]yeah, i think it used to build for iOS. People pass around an old build, right? If so, something has stopped it from building but it’s presumably fixable.

EDIT: here’s a build-failure log for it (you can just skip to the very bottom for the actual error): http://hastebin.com/usisubacod Looks like it’s having trouble compiling the dynarec. We might want to look into just leaving it out entirely, since it doesn’t work on iOS9+ anyway, right?[/QUOTE]

Interesting log. Too much info… Yes you are right dynarec isnt working on iOS 9+, just interpreter. Anyway, It would be great having a fresh build. Thanks for showing the issue with N64 core.

radius and I are looking into it. After disabling the dynarec entirely for iOS9+, it still doesn’t want to build but at least it’s a different error :slight_smile:

Hopefully we can get something worked out soon.

FYI there’s a fix for dynarec on iOS9+ used in the iOS version of PPSSPP. The fix doesn’t require jailbreaking so it’s applicable to all iOS users.

Any news on this front?