TouchHLE: Difference between revisions

No edit summary
Tags: Mobile edit Mobile web edit
Tags: Mobile edit Mobile web edit
Line 25: Line 25:


The only code touchHLE emulates is the app binary and some libraries, while touchHLE itself takes place of iOS and provides its own implementation of system frameworks such as Foundation, UIKit, OpenGL ES, OpenAL, etc. In addition, the developer intended touchHLE as a way to run and preserve early iOS games especially considering Apple's spotty track record with software preservation, with newer devices being unable to run older apps and games and the difficulty of installing delisted games. 64-bit apps will never be supported officially, but a fork in the future may bring them.
The only code touchHLE emulates is the app binary and some libraries, while touchHLE itself takes place of iOS and provides its own implementation of system frameworks such as Foundation, UIKit, OpenGL ES, OpenAL, etc. In addition, the developer intended touchHLE as a way to run and preserve early iOS games especially considering Apple's spotty track record with software preservation, with newer devices being unable to run older apps and games and the difficulty of installing delisted games. 64-bit apps will never be supported officially, but a fork in the future may bring them.
A game controller is required to control the accelerometer.


==References==
==References==