Lime-3DS-Emulator
Lime-3DS-Emulator copied to clipboard
android: Fix game being drawn in cutout area.
close #923
The above issue is a bug caused by the edge-to-edge enforcement by SDK version 35.
- Added API to disable edge-to-edge
before
after
One concern with this change is that this API may be deprecated in the future and is not a permanent solution. In SDK36, this API is now deprecated. https://developer.android.com/about/versions/16/behavior-changes-16#edge-to-edge
It sucks that this is being deprecated in the update immediately after it was added, but I guess it buys us some time to add this regardless. I've decided on a better way of enabling this property, so I will close this PR and open a new one.