-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
iOS larger screen support #6962
Comments
Need create LaunchScreen.xib and put it to app bundle. |
Pull requests accepted :-) |
Any idea if METAL help emulator? |
@brujo5 has been answered here: http://forums.ppsspp.org/showthread.php?tid=13150 |
Thanks. |
I don't have a 6 to test, but after the slight issue with the LaunchScreen.xib causing a break, I found some discussion about being able to enable support based on the icon and launch image sizes without needing the xib. In theory, 8bitDream@acc065a should be an alternative. |
Apparently it broke something, otherwise it wouldn't have been reverted. Not sure what broke though. |
I believe it was breaking the iOS buildbot or something: #6984 |
Was this implemented by #10507? -[Unknown] |
I'm going to close this assuming the answer was yes. It also seems like it may be a duplicate of #8714 (or the other way around)? -[Unknown] |
On iPhone 6 and iPhone Plus, reportedly we are getting scaled "the compatibility way" instead of adapting properly to the resolution. We probably just need to set some metadata to mark us as big-screen-aware, as we can already adapt to any resolution.
The text was updated successfully, but these errors were encountered: