WilliamLCobb / GC4iOS

Gamecube and Wii Emulator on iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dolphin on iPhone 6 ios 8.1

nfsvsgta opened this issue · comments

Just a post for the status of dolphin emulator on iPhone 6 iOS 8.1 with jit broken and all. Current status is that it stays on black screen. Hope to see it fixed in next update. I'll update the status on next update hopefully with a video/screen of commercial game running

Starfield.dol
image
On iPhone 6 iOS 8.1

What you can do to fix black screen is to download the Xcode project and paste this on MemArena.cpp

You have to change a line that is like this one but with out |MAP_JIT|, find it and use this one instead: void* base = mmap(0, MemSize, PROT_READ | PROT_WRITE, MAP_ANON | MAP_PRIVATE | MAP_JIT, -1, 0); This will fix Jit on jailbroken devices.

If only I had a Mac. Thanks anyway :)

You welcome. As a suggestion, you can try Virtualmachine. ;)

Should be fixed for GameCube games. JIT does not currently work and Wii emulation will not be focused on. Wii games may work but they will be really slow, even with JIT, and I won't be adding any wii specific fixes