mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 12:17:36 +00:00
11 lines
418 B
Markdown
11 lines
418 B
Markdown
# Patches for sdl12-compat on SerenityOS
|
|
|
|
## `0001-Disable-forced-fullscreen-on-logical-scaling.patch`
|
|
|
|
Disable forced fullscreen on logical scaling
|
|
|
|
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.
|
|
|