Lime-3DS-Emulator icon indicating copy to clipboard operation
Lime-3DS-Emulator copied to clipboard

android: Fix game being drawn in cutout area.

Open atuy1219 opened this issue 7 months ago • 1 comments

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 image

after image

atuy1219 avatar Apr 22 '25 08:04 atuy1219

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

atuy1219 avatar Apr 22 '25 08:04 atuy1219

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.

OpenSauce04 avatar May 26 '25 19:05 OpenSauce04