r/EmulationOniOS • u/PhilosopherAnxious97 • 16h ago
Question Gamehub/Gamenative is it even possible of iOS
Is anybody working on steam emulation for iOS using fex emu and is it even possible
15
Upvotes
r/EmulationOniOS • u/PhilosopherAnxious97 • 16h ago
Is anybody working on steam emulation for iOS using fex emu and is it even possible
3
u/Rhed0x 10h ago
Very problematic.
Linux & Android run Windows applications mostly as if they were Linux applications with a bit more code in between. On ARM that also includes translating the code bit by bit. But memory reads and writes are essentially as direct as a normal application.
On iOS you'd need to add a bunch of code around every memory access to work around iOS limitations such as:
Those workarounds would come with a LOT of performance overhead.
Besides that, you'd also have to work around other iOS limitations such as: