mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #354] Possibility of getting 32-bit apps to run #324
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#324
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @upintheairsheep on GitHub (Feb 17, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/354
Using dynarmic at https://github.com/PabloMK7/dynarmic to translate 32-bit code to 64-bit code, would it be possible to support 32-bit stuff as well as 64-bit apps?
@khanhduytran0 commented on GitHub (Feb 17, 2025):
I am working on subproject LiveExec32 which does exactly this. However, it will need JIT and there are some challenges pointed out by touchHLE dev
@Ratsknarp commented on GitHub (Mar 2, 2025):
Would be really amazing to see that integrated into LiveContainer as a way to play old 32 bit IOS games on modern devices. Saw there was a push regarding the LiveExec32 stuff in the beta fork and I'm hoping we get to see some functionality soon. (Tried it myself with the current build and after activating JIT I get an error saying there's no 32 bit translator or something so I'm guessing it's not quite finished yet.)
Anyways thanks for everything. Amazing program.