1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 00:47:45 +00:00

Ports: Add SDL2 compatibility layer port (sdl12-compat)

This commit is contained in:
Grigoris Pavlakis 2022-05-21 21:33:02 +03:00 committed by Linus Groh
parent 0c3db153cf
commit 3c1f899050
4 changed files with 63 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# Patches for sdl12-compat on SerenityOS
## `0001-Disable-forced-fullscreen-on-logical-scaling.patch`
sdl12-compat forces fullscreen on anything that sets video mode
and uses OpenGL logical scaling, causing rapid flickering and preventing
execution. Not sure if this is an upstream bug or intended behavior,
but disabling fullscreen at this point fixes the flickering.