|
|
|
|
|
by OatmealDome
811 days ago
|
|
Notably, Apple still does not allow non web browsing apps to use JIT recompilers. This precludes emulators for 6th generation and newer consoles (GameCube, etc) from running on the platform even with this guideline change. I submitted a DMA interoperability request for JIT recompilers, but Apple denied it on the grounds that it doesn't fall under Article 6(7) for "multiple reasons", including that JIT is only used by web browsers on iOS. |
|
Say, statically recompile the ROM on your PC then move the emulator-specific binary to the iOS device.
Would such an approach be permissible by Apple? Is it possible to do so while sharing the source code for the JIT layer?
I suppose the binary format must itself be natively compatible by iOS otherwise you'd need to have a JIT layer for your binary format - right?