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:
parent
0c3db153cf
commit
3c1f899050
4 changed files with 63 additions and 0 deletions
9
Ports/sdl12-compat/patches/ReadMe.md
Normal file
9
Ports/sdl12-compat/patches/ReadMe.md
Normal 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.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue