1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 20:17:46 +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,13 +2,16 @@
## `0001-Fix-config-macro-reference-syntax.patch`
Fix macro definitions using old syntax for referring to struct fields
Fix config macro reference syntax
## `0002-Disable-full-screen.patch`
Disable full screen by default (start in windowed mode)
Disable full screen
## `0003-Exit-event-loop-on-SDL_QUIT-event.patch`
Check for SDL_QUIT event and exit on its reception
Allows the game to close from the window button instead from the menu only
Exit event loop on SDL_QUIT event