Emulators on iOS: Difference between revisions
Ilyagredasov (talk | contribs) |
Ilyagredasov (talk | contribs) Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
| (51 intermediate revisions by 13 users not shown) | |||
| Line 1: | Line 1: | ||
{{outdated}} | |||
{{Infobox platform | {{Infobox platform | ||
|title = iPadOS | |title = iPadOS | ||
| Line 5: | Line 6: | ||
|type = [[:Category:Emulators by operating system|Operating systems]] | |type = [[:Category:Emulators by operating system|Operating systems]] | ||
|first-release = [[Wikipedia:iPadOS 13|iPadOS 13]] ('''2019''') | |first-release = [[Wikipedia:iPadOS 13|iPadOS 13]] ('''2019''') | ||
|last-release = | |last-release = {{iPadOSVer}} ('''2026''') | ||
}} | }} | ||
{{Infobox platform | {{Infobox platform | ||
| Line 13: | Line 14: | ||
|type = [[:Category:Emulators by operating system|Operating systems]] | |type = [[:Category:Emulators by operating system|Operating systems]] | ||
|first-release = [[Wikipedia:IPhone_OS_1|iPhone OS 1.0]] ('''2007''') | |first-release = [[Wikipedia:IPhone_OS_1|iPhone OS 1.0]] ('''2007''') | ||
|last-release = | |last-release = {{iOSVer}} ('''2026''') | ||
}} | }} | ||
{{WIP}} | {{WIP}} | ||
| Line 23: | Line 24: | ||
;*See each Wiki Category [[:Category:Consoles|Consoles]], [[:Category:Computers|Computers]] and [[:Category:Arcade|Arcade]] for individual dedicated system pages to see more detailed comparisons and information about software emulators. Dedicated system pages provide more up-to-date listings and in-depth information on specific aspects like hardware features, peripheral support, and compatibility etc. | ;*See each Wiki Category [[:Category:Consoles|Consoles]], [[:Category:Computers|Computers]] and [[:Category:Arcade|Arcade]] for individual dedicated system pages to see more detailed comparisons and information about software emulators. Dedicated system pages provide more up-to-date listings and in-depth information on specific aspects like hardware features, peripheral support, and compatibility etc. | ||
;*Some games have [[Game engine recreations and source ports]] that run on iOS, which can be the better than emulators for their specific games. | ;*Some games have [[Game engine recreations and source ports]] that run on iOS, which can be the better than emulators for their specific games. | ||
=Background Information (WIP)= | |||
==Background Information (WIP)== | |||
Emulators were banned on the App Store for over a decade. Out of the blue, Apple allowed them in April 2024, under a few restrictions (most notably, they are not allowed to use JIT, which still requires sideloading). | Emulators were banned on the App Store for over a decade. Out of the blue, Apple allowed them in April 2024, under a few restrictions (most notably, they are not allowed to use JIT, which still requires sideloading). | ||
==Installation Methods== | ===Installation Methods=== | ||
===App Store=== | ====App Store==== | ||
Currently, the most recommended method to install most emulators on iOS devices is the Apple App Store. (A few emulators still aren't available here though). | Currently, the most recommended method to install most emulators on iOS devices is the Apple App Store. (A few emulators still aren't available here though). | ||
===Sideloading=== | ====Sideloading==== | ||
Due to Apple restrictions, up to three apps can be sideloaded at a time (including Alt/SideServer, if applicable) and must be refreshed within one week to prevent from expiring without a paid Apple Developer account ($99/year). On iOS versions below 16.1.2 (excluding 15.7.2), MacDirtyCow's WDBRemoveThreeAppLimit exploit removes this restriction (compatible with AltStore). | Due to Apple restrictions, up to three apps can be sideloaded at a time (including Alt/SideServer, if applicable) and must be refreshed within one week to prevent from expiring without a paid Apple Developer account ($99/year). On iOS versions below 16.1.2 (excluding 15.7.2), MacDirtyCow's WDBRemoveThreeAppLimit exploit removes this restriction (compatible with AltStore). | ||
;[https://altstore.io/ AltStore Classic]: An effective method to sideload by Riley Testut (developer of Delta) which doesn't require jailbreaking your iDevice. It requires a connected AltServer running on a computer connected by cable or Wi-Fi to install and sideload other apps. | ;[https://altstore.io/ AltStore Classic]: An effective method to sideload by Riley Testut (developer of Delta) which doesn't require jailbreaking your iDevice. It requires a connected AltServer running on a computer connected by cable or Wi-Fi to install and sideload other apps. | ||
:;[https://sidestore.io/ SideStore]: A beta fork of AltStore that doesn't require a computer post-installation, instead utilizing a Jitterbug paring file and StosVPN to install and refresh apps. | :;[https://sidestore.io/ SideStore]: A beta fork of AltStore that doesn't require a computer post-installation, instead utilizing a Jitterbug paring file and StosVPN to install and refresh apps. | ||
;Sideloadly: An alternative to AltStore that doesn't attach an app on-device. | ;Sideloadly: An alternative to AltStore that doesn't attach an app on-device. | ||
;[https://github.com/khanhduytran0/LiveContainer/releases LiveContainer]: (For post-sideloading): An IPA that allows you to run iOS app without actually installing it, allowing you to technically install unlimited apps (3 app/10 app id limits of free developer accounts do not apply) and have multiple versions of an app installed and multiple data containers. Supports JIT. JIT-Less Mode requires | ;[https://github.com/khanhduytran0/LiveContainer/releases LiveContainer]: (For post-sideloading): An IPA that allows you to run iOS app without actually installing it, allowing you to technically install unlimited apps (3 app/10 app id limits of free developer accounts do not apply) and have multiple versions of an app installed and multiple data containers. Supports JIT. JIT-Less Mode requires exporting your certificate (requires AltStore 2.2.1+/SideStore 0.6.2+). | ||
===Xcode=== | ====Xcode==== | ||
Apps can be manually built, signed, and sideloaded with Apple's Xcode, but this isn't recommended unless you know what you're doing. | Apps can be manually built, signed, and sideloaded with Apple's Xcode, but this isn't recommended unless you know what you're doing. | ||
==Just-In-Time Enablers== | ===Just-In-Time Enablers=== | ||
Apple doesn't allow Just-In-Time Recompilation (or JIT), some emulators require it in order to run at full speed, requiring sideloading and a JIT enabler or debugger. Popular options include | Apple doesn't allow Just-In-Time Recompilation (or JIT), some emulators require it in order to run at full speed, requiring sideloading and a JIT enabler or debugger. Popular options include | ||
;[https://apps.apple.com/us/app/stikdebug/id6744045754 StikDebug | ;[https://apps.apple.com/us/app/stikdebug/id6744045754 StikDebug]: Primarily developed by Stephen using jkcoxson's idevice library, StikDebug allows debugging/JIT enabling on sideloaded apps, requiring only a Jitterbug pairing file. Supersedes JitStreamer (EB). | ||
:;SideStore 0.6.2 | :;SideStore 0.6.2 also implements a version of idevice that allows JIT enabling on 17.4-18.7.1. | ||
;[https://faq.altstore.io/altstore-classic/altjit AltJIT]: Uses AltServer and AltStore to enable JIT, requires a Mac. | ;[https://faq.altstore.io/altstore-classic/altjit AltJIT]: Uses AltServer and AltStore to enable JIT, requires a Mac. | ||
=iOS/iPadOS= | ==iOS/iPadOS== | ||
==Multi-Systems== | ===Multi-Systems=== | ||
{|class=wikitable style=text-align:center | {|class=wikitable style=text-align:center | ||
!Name | !Name | ||
!Latest version | !Latest version | ||
!<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr> | !<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr> | ||
![[RetroAchievements]]<br | ![[RetroAchievements]]<br>Support | ||
!Active | !Active | ||
![[Recommended emulators|Recommended]] | ![[Recommended emulators|Recommended]] | ||
| Line 57: | Line 59: | ||
![[MAME]] | ![[MAME]] | ||
|- | |- | ||
|ArcadeMania<br | |ArcadeMania<br>(MAME4iOS) | ||
|[https://apps.apple.com/us/app/arcademania/id6496971234 | |[https://apps.apple.com/us/app/arcademania/id6496971234 2025.14]<br>[https://github.com/yoshisuga/MAME4iOS git] | ||
|{{✓}} | |{{✓}} | ||
|{{N}} | |{{N}} | ||
| Line 67: | Line 69: | ||
|- | |- | ||
|[[RetroArch]] | |[[RetroArch]] | ||
|[https://apps.apple.com/us/app/retroarch/id6499539433 {{RetroArchVer}}]<br | |[https://apps.apple.com/us/app/retroarch/id6499539433 {{RetroArchVer}}]<br>[https://www.retroarch.com/ Website] | ||
|{{Y}} | |{{Y}} | ||
|{{✓}} | |{{✓}} | ||
| Line 74: | Line 76: | ||
|- | |- | ||
|[[Provenance]] | |[[Provenance]] | ||
|[https://apps.apple.com/us/app/provenance-app/id1596862805 {{ProvenanceVer}}]<br | |[https://apps.apple.com/us/app/provenance-app/id1596862805 {{ProvenanceVer}}]<br>[https://provenance-emu.com/apps.json AltSource]<br>[https://testflight.apple.com/join/NWfUUmKf tvOS TestFlight]<br>[https://github.com/Provenance-Emu/Provenance git] | ||
|{{Y}} | |{{Y}} | ||
|{{Y}} | |{{Y}} | ||
|{{Y}} | |{{Y}} | ||
|{{✓}} | |{{✓}} | ||
|- | |||
|[https://github.com/skylersaleh/SkyEmu SkyEmu] | |||
|[https://github.com/skylersaleh/SkyEmu/releases IPA]<br>[https://github.com/skylersaleh/SkyEmu git] | |||
|{{Y}} | |||
|{{Y}} | |||
|{{Y}} | |||
|{{~}} | |||
|- | |- | ||
!Others | !Others | ||
|- | |- | ||
|[[Delta]] | |[[Delta]] | ||
|[https://apps.apple.com/us/app/delta-game-emulator/id1048524688 {{DeltaVer}}]<br/>[https://github.com/rileytestut/Delta git] | |[https://apps.apple.com/us/app/delta-game-emulator/id1048524688 {{DeltaVer}}]<br>[https://apps.altstore.io AltSource]<br>[https://github.com/rileytestut/Delta git] | ||
|{{Y}} | |{{Y}} | ||
|{{~}} | |{{~}} | ||
| Line 90: | Line 99: | ||
|- | |- | ||
|[https://docs.ignitedemulator.com/ Ignited]<ref name=Ignited>Ignited is a fork of Delta with a focus on more up-to-date and modern cores.</ref> | |[https://docs.ignitedemulator.com/ Ignited]<ref name=Ignited>Ignited is a fork of Delta with a focus on more up-to-date and modern cores.</ref> | ||
|[https://apps.apple.com/us/app/ignited-gba/ | |[https://apps.apple.com/us/app/ignited-gba/id6743347338 {{IgnitedVer}}]<br>[https://testflight.apple.com/join/ExWvtjcq TestFlight]<br>[https://github.com/LitRitt/Ignited git] | ||
|{{Y}} | |{{Y}} | ||
|{{N}} | |{{N}} | ||
| Line 96: | Line 105: | ||
|{{TBD}} | |{{TBD}} | ||
|- | |- | ||
|[[ | |[[Folium]] | ||
|[https://apps.apple.com/us/app/folium/id6498623389 | |[https://apps.apple.com/us/app/folium/id6498623389 {{FoliumVer}}] ($)<br>[https://folium.emuplace.app/downloads IPA] | ||
|{{Y}} | |{{Y}} | ||
|{{N}} | |{{N}} | ||
| Line 103: | Line 112: | ||
|{{~}} | |{{~}} | ||
|- | |- | ||
|[ | |[[QEMU#UTM|UTM]] | ||
|[https://apps.apple.com/us/app/utm-se-retro-pc-emulator/id1564628856 {{UTMVer}}]<br>[https://alt.getutm.app AltSource]<br>[https://github.com/utmapp/UTM git] | |||
| | |||
|[https://apps.apple.com/us/app/utm-se-retro-pc-emulator/id1564628856 | |||
|{{y}} | |{{y}} | ||
|{{N}} | |{{N}} | ||
| Line 118: | Line 120: | ||
|- | |- | ||
|[[Manic EMU]] | |[[Manic EMU]] | ||
|[https://apps.apple.com/ | |[https://apps.apple.com/th/app/manic-emu-game-emulator/id6743335790 {{Manic EMUVer}}]<br>[https://apps.manicemu.site/altstore AltSource]<br>[https://github.com/Manic-EMU/ManicEMU git] | ||
|{{✓}} | |||
|{{✓}} | |{{✓}} | ||
|{{Y}} | |{{Y}} | ||
|{{ | |{{✓}} | ||
|} | |} | ||
==Nintendo== | ===Nintendo=== | ||
===GameCube / Wii=== | ====GameCube / Wii==== | ||
{| class="wikitable" style="text-align:center;" | {| class="wikitable" style="text-align:center;" | ||
! Name | ! Name | ||
! | ! Latest version | ||
! | ! WiiWare | ||
! | ! Accuracy | ||
! | ! [[Licensing|License]] | ||
! | ! Requires JIT/JITLess | ||
! | ! Active | ||
! | ! [[Recommended Emulators|Recommended]] | ||
|- | |- | ||
|[ | |[https://dolphinios.oatmealdome.me/ DolphiniOS] | ||
|[https://altstore.oatmealdome.me | |[https://altstore.oatmealdome.me AltSource]<br>[https://github.com/OatmealDome/dolphin-ios/ git] | ||
|{{~}} | |{{~}} | ||
|? | |? | ||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
|{{y}} | |||
|{{y}} | |||
|{{✓}} (Beta) | |||
|- | |||
|Fin | |||
|[https://apps.apple.com/us/app/fin-game-emulator/id6758910777 {{FinVer}}] | |||
|{{~}} | |||
|? | |||
|{{Green}} {{License|?}} ({{License|?}}) | |||
|{{✗}} | |||
|{{y}} | |||
|{{✓}} (Beta) | |||
|- | |||
|[https://icube-emu.com/ iCube] | |||
|[https://testflight.apple.com/join/9ZEfnyMP TestFlight]<br>[https://github.com/Provenance-Emu/iCube git]<br>[https://icube-emu.com/downloads Sideload]<br> | |||
|{{~}} | |||
|? | |||
|{{Green}} {{License|GPLv2+}} ({{License|Copyleft}}) | |||
|{{y}} | |{{y}} | ||
|{{y}} | |{{y}} | ||
| Line 147: | Line 168: | ||
|} | |} | ||
=== | ====Switch==== | ||
{| class="wikitable" style="text-align:center;" | {| class="wikitable" style="text-align:center;" | ||
! Name | ! Name | ||
! | ! Latest version | ||
! | ! Accuracy | ||
! | ! [[Licensing|License]] | ||
! | ! Requires JIT | ||
! | ! Active | ||
! [[Recommended Emulators|Recommended]] | |||
|- | |- | ||
|[https://melonx.org MeloNX] | |[https://melonx.org MeloNX] | ||
|[https://git. | |[https://git.ryujinx.app/melonx/emu/-/raw/XC-ios-ht/source.json AltSource]<br>[https://git.ryujinx.app/melonx/emu git] | ||
|? | |? | ||
|{{Green}} {{License|AGPLv3}} ({{License|Copyleft}}) | |{{Green}} {{License|AGPLv3}} ({{License|Copyleft}}) | ||
| Line 166: | Line 187: | ||
|- | |- | ||
|[https://pomelo-emu.github.io Pomelo] | |[https://pomelo-emu.github.io Pomelo] | ||
|[https://github.com/Pomelo-Emu/pomelo-emu.github.io/releases | |[https://github.com/Pomelo-Emu/pomelo-emu.github.io/releases git] | ||
|? | |? | ||
|{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | |{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | ||
|{{y}} | |||
|{{✗}} | |||
|{{✗}} | |{{✗}} | ||
|- | |- | ||
|Sudachi | |Sudachi | ||
| Line 177: | Line 198: | ||
|? | |? | ||
|{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | |{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | ||
|{{ | |{{y}} | ||
|{{y}} | |||
|{{n}} | |||
|} | |||
====Wii U==== | |||
{| class="wikitable" style="text-align:center;" | |||
! Name | |||
! Latest version | |||
! Accuracy | |||
! [[Licensing|License]] | |||
! Requires JIT | |||
! Active | |||
! [[Recommended Emulators|Recommended]] | |||
|- | |||
|TailFin | |||
|[https://testflight.apple.com/join/zJAF6tCc TestFlight] | |||
|{{~}} | |||
|? | |||
|{{✗}} | |{{✗}} | ||
|{{y}} | |{{y}} | ||
|{{✓}} (Beta) | |||
|} | |} | ||
==Sony== | ===Sony=== | ||
===PlayStation 2=== | ====PlayStation Portable==== | ||
{| class="wikitable" style="text-align:center;" | |||
! Name | |||
! Latest version | |||
! Accuracy | |||
! [[Licensing|License]] | |||
! Active | |||
! [[Recommended Emulators|Recommended]] | |||
|- | |||
|Gamma | |||
|[https://apps.apple.com/us/app/gamma-ps-1-game-emulator/id6499106870 {{GammaVer}}] | |||
|? | |||
|{{Red}} {{License|Proprietary}} | |||
|{{✓}} | |||
|{{✓}} | |||
|} | |||
====PlayStation 2==== | |||
{|class="wikitable" style="text-align:center;" | {|class="wikitable" style="text-align:center;" | ||
!Name | !Name | ||
! | !Latest version | ||
! | !Accuracy | ||
! | ![[Licensing|License]] | ||
! | !Requires JIT | ||
! | !Active | ||
![[Recommended Emulators|Recommended]] | |||
|- | |- | ||
|[[Play!]] | |[[Play!]] | ||
|[https://purei.org/downloads.php Builds]<br | |[https://purei.org/downloads.php Builds]<br>[https://github.com/jpd002/Play- git] | ||
|Low | |Low | ||
|{{Green}} {{License|BSD2}} ({{License|Permissive}}) | |{{Green}} {{License|BSD2}} ({{License|Permissive}}) | ||
|{{✓}} | |{{✓}} | ||
|{{Y}} | |{{Y}} | ||
|{{n}} | |||
|- | |||
|ARMSX2 | |||
|[https://github.com/ARMSX2/ARMSX2 {{ARMSX2iOSVer}}] | |||
|? | |||
|{{Green}} {{License|GPLv3}} ({{License|Copyleft}}) | |||
|? | |||
|{{Y}} | |||
|? | |||
|- | |||
|iPSX2 | |||
|[https://github.com/otti83/iPSX2/releases/ git] | |||
|Low | |||
|{{Green}} {{License|?}} ({{License|?}}) | |||
|{{Y}} | |||
|{{?}} | |||
|? | |||
|- | |||
|Alune | |||
|[https://jarrodnorwell.com/alune/ Sideload]<br>[https://testflight.apple.com/join/jDZ4BM99 TestFlight] | |||
|? | |||
|{{Green}} {{License|?}} ({{License|?}}) | |||
|{{✓}} | |||
|{{Y}} | |{{Y}} | ||
|? | |||
|} | |} | ||
===PlayStation Portable=== | ====PlayStation Portable==== | ||
{| class="wikitable" style="text-align:center;" | {| class="wikitable" style="text-align:center;" | ||
! | ! Name | ||
! | ! Latest version | ||
! | ! Accuracy | ||
! | ! [[Licensing|License]] | ||
! | ! Active | ||
! [[Recommended Emulators|Recommended]] | ! [[Recommended Emulators|Recommended]] | ||
|- | |- | ||
|[[PPSSPP]] | |[[PPSSPP]] | ||
|[https://apps.apple.com/us/app/ppsspp-psp-emulator/id6496972903 {{PPSSPPVer}}]<br/>[https:// | |[https://apps.apple.com/us/app/ppsspp-psp-emulator/id6496972903 {{PPSSPPVer}}]<br>[https://nightly.link/hrydgard/ppsspp/workflows/build/master/ios%20build.zip Beta Builds] | ||
|High | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
|{{✓}} | |||
|{{✓}} | |||
|} | |||
===Microsoft=== | |||
====Xbox==== | |||
{|class="wikitable" style="text-align:center;" | |||
!Name | |||
!Latest version | |||
!Accuracy | |||
![[Licensing|License]] | |||
!Requires JIT | |||
!Active | |||
![[Recommended Emulators|Recommended]] | |||
|- | |||
|[[DukeX]] | |||
|[https://github.com/MaftyManicEMU/DukeX/releases v1.0.0]<br>[https://raw.githubusercontent.com/MaftyManicEMU/DukeX/refs/heads/master/altsource/source.json AltSource]<br>[https://github.com/MaftyManicEMU/DukeX git] | |||
|Mid | |||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |||
|{{✓}} | |||
|{{Y}} | |||
|{{Y}} | |||
|} | |||
====Xbox 360==== | |||
{|class="wikitable" style="text-align:center;" | |||
!Name | |||
!Latest version | |||
!Accuracy | |||
![[Licensing|License]] | |||
!Requires JIT | |||
!Active | |||
![[Recommended Emulators|Recommended]] | |||
|- | |||
|XeniOS | |||
|[https://xenios.jp/ Builds]<br>[https://github.com/xenios-jp/XeniOS/releases git] | |||
|? | |||
|{{Green}} {{License|BSD3}} ({{License|Clause}}) | |||
|{{✓}} | |||
|{{Y}} | |||
|{{Y}} | |||
|} | |||
===Sega=== | |||
====Saturn==== | |||
{| class="wikitable" style="text-align:center;" | |||
! Name | |||
! Latest version | |||
! Accuracy | |||
! [[Licensing|License]] | |||
! Active | |||
! [[Recommended Emulators|Recommended]] | |||
|- | |||
|[[Yaba Sanshiro]] | |||
|[https://apps.apple.com/jp/app/yaba-sanshiro-2/id1549144351 {{YabaSanshiroiOSVer}}] | |||
|High | |High | ||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| Line 219: | Line 357: | ||
|} | |} | ||
== | ====Dreamcast==== | ||
=== | |||
{| class="wikitable" style="text-align:center;" | {| class="wikitable" style="text-align:center;" | ||
! Name | ! Name | ||
! | ! Latest version | ||
! | ! Accuracy | ||
! | ! [[Licensing|License]] | ||
! | ! Requires JIT | ||
! | ! Active | ||
! [[Recommended Emulators|Recommended]] | |||
|- | |- | ||
|[[Flycast]] | |[[Flycast]] | ||
| | |[https://github.com/flyinghead/flycast git] | ||
|High | |High | ||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
|{{x}} | |||
|{{~}} | |||
|{{n}} | |||
|} | |||
===SNK=== | |||
====Neo Geo MVS / AES==== | |||
{| class="wikitable" style="text-align:center;" | |||
! Name | |||
! Latest version | |||
! Accuracy | |||
! [[Licensing|License]] | |||
! Active | |||
! [[Recommended Emulators|Recommended]] | |||
|- | |||
|''Arcade Archives''<br><small>''ACA NEOGEO''</small> | |||
|N/A | |||
|High | |||
|{{Red}} {{License|Proprietary}} | |||
|{{✓}} | |||
|{{✓}} | |{{✓}} | ||
|} | |} | ||
==Apple Inc.== | ===Apple Inc.=== | ||
===Macintosh 68k=== | ====Macintosh 68k==== | ||
{| class="wikitable" style="text-align:center;" | {| class="wikitable" style="text-align:center;" | ||
! | ! Name | ||
! | ! Latest version | ||
! Accuracy | ! Accuracy | ||
! | ! [[Licensing|License]] | ||
! | ! Active | ||
! | ! [[Recommended Emulators|Recommended]] | ||
|- | |- | ||
|Mini vMac | |Mini vMac | ||
| Line 257: | Line 412: | ||
|} | |} | ||
==Multi- game engines== | ===Multi- game engines=== | ||
===ScummVM (point-and-click adventure game engine)=== | ====ScummVM (point-and-click adventure game engine)==== | ||
{|class=wikitable style=text-align:center | {|class=wikitable style=text-align:center | ||
! | !Name | ||
! | !Latest version | ||
! | ![[Emulation accuracy|Accuracy]] | ||
! | ![[Licensing|License]] | ||
! | !Active | ||
! | ![[Recommended emulators|Recommended]] | ||
|- | |- | ||
|[[ScummVM]] | |[[ScummVM]] | ||
|[https://apps.apple.com/us/app/scummvm/id6446184412 {{ScummVMVer}}]<br | |[https://apps.apple.com/us/app/scummvm/id6446184412 {{ScummVMVer}}]<br>[https://github.com/scummvm/scummvm git] | ||
|Mid | |Mid | ||
|{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | |{{Green}} {{License|GPLv2}} ({{License|Copyleft}}) | ||
| Line 275: | Line 430: | ||
|} | |} | ||
===OpenBOR=== | ====OpenBOR==== | ||
{| class="wikitable" style="text-align:center;" | {| class="wikitable" style="text-align:center;" | ||
! Name | ! Name | ||
! | ! Latest version | ||
! | ! Accuracy | ||
! | ! [[Licensing|License]] | ||
! | ! Active | ||
! [[Recommended Emulators|Recommended]] | ! [[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| Line 292: | Line 447: | ||
|} | |} | ||
==CHIP-8== | ===CHIP-8=== | ||
===CHIP-8/MegaChip/SCHIP=== | ====CHIP-8/MegaChip/SCHIP==== | ||
{| class="wikitable" style="text-align:center;" | {| class="wikitable" style="text-align:center;" | ||
! Name | ! Name | ||
! | ! Latest version | ||
! | ! Accuracy | ||
! | ! [[Licensing|License]] | ||
! | ! Active | ||
! [[Recommended Emulators|Recommended]] | ! [[Recommended Emulators|Recommended]] | ||
|- | |- | ||
| Line 308: | Line 463: | ||
| {{✗}} | | {{✗}} | ||
| {{~}} | | {{~}} | ||
|} | |||
== Source ports/re-implementations == | |||
{| class="wikitable" | |||
|+ | |||
!Name | |||
!Latest version | |||
!License | |||
!Active | |||
![[Recommended Emulators|Recommended]] | |||
!'''Supported game(s) / Recreation based on''' | |||
|- | |||
|Pojavlauncher | |||
|[https://github.com/PojavLauncherTeam/PojavLauncher_iOS/releases 2.2] | |||
| | |||
|X | |||
| | |||
|Minecraft: Java Edition Launcher | |||
|- | |||
|Amethyst | |||
|[https://nightly.link/AngelAuraMC/Amethyst-iOS/workflows/development/main/org.angelauramc.amethyst-ios.ipa.zip 2.2] | |||
| | |||
|~ | |||
| | |||
|Minecraft: Java Edition Launcher | |||
|- | |||
|Amethyst (iOs Remastered | |||
|[https://github.com/herbrine8403/Amethyst-iOS-MyRemastered/releases 4.0.1] | |||
| | |||
|~ | |||
| | |||
|Minecraft: Java Edition Launcher | |||
|} | |} | ||
==See also== | ==See also== | ||
{{Emulators on other systems}} | {{Emulators on other systems}} | ||
==Notes== | |||
{{Reflist}} | |||
==External links== | |||
*[https://blog.greggant.com/posts/2025/03/18/the-definitive-guide-to-ios-emulation.html Guide to available emulators for iOS] | |||
*[https://www.reddit.com/r/EmulationOniOS/ Subreddit] | |||
[[Category:iOS| ]] | |||
[[Category:Emulators on mobiles]] | [[Category:Emulators on mobiles]] | ||
[[Category:iOS emulation software| | [[Category:iOS emulation software| ]] | ||