-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENHANCEMENT] DingusPPC on iOS #134
Comments
Implementing a JIT compiler would make this emulator less available to users (if there even is a demographic of iOS users that wants to run old world Mac OS) |
We've started work on a cached interpreter for this reason. That said, couldn't there be a way to exclude the JIT compiler from iOS builds if one is implemented? |
Looks like you're using a full screen mode. I think you'll want to fix the aspect ratio (add black bars) until we add a custom video device that supports arbitrary resolutions. I think I'll start work on that. |
There would be a way. i was just saying due to iOS not supporting JIT compilation |
I am going to fix the aspect ratio. (SDL2 display stuff is really bad to work with on iOS) |
I am currently working on an unfinished port of DingusPPC for iOS. currently it boots and touch works but has no keyboard
(yes image is stretched. I know)
Github Page here
The text was updated successfully, but these errors were encountered: