Got an email report of a case where the screen when black after fiddling with graphics settings. I got the ppsspp.ini, it had the following interesting settings:
InternalResolution = 2
AndroidHwScale = 5
The device in question, a Kindle Fire 10 HD, only has 1920x1200 resolution which is less than 5x the PSP resolution, which would be 2400x1360 so the user should not have been able to set that hw scaler resolution. And either way, we should catch it with some sanity checks vs the device resolution...
Related to #11154, #11289, #11102.
Perhaps for now we make the setting ini only and see how that goes?
-[Unknown]
I'm thinking:
Should we punt the rest of this to 1.8.0?
-[Unknown]
Yeah. I'm gonna try to do a release this week.
Our current checks should have caught this, and I have not been able to reproduce the fault on any other device without disabling the checks and increasing to really extreme resolutions (at which point I got black instead of a crash). I'm gonna close it.
Most helpful comment
I'm thinking: