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

Ports: Format patches without numbering, commit hash or version number

This commit is contained in:
Tim Schumacher 2022-06-05 03:05:04 +02:00 committed by Linus Groh
parent d69a79b03b
commit d426c5a4b2
371 changed files with 806 additions and 1884 deletions

View file

@ -2,6 +2,8 @@
## `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,