1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 20:17:46 +00:00

Ports: Fix tuxracer port to use sdl12-compat instead of SDL2

This commit is contained in:
Grigoris Pavlakis 2022-05-28 18:25:25 +03:00 committed by Andreas Kling
parent d10071ce42
commit f578247cdf
7 changed files with 131 additions and 459 deletions

View file

@ -1,14 +1,14 @@
# Patches for tuxracer on SerenityOS
## `0001-Explicitly-link-in-SDL2.patch`
## `0001-Fix-config-macro-reference-syntax.patch`
Explicitly link in SDL2
Fix macro definitions using old syntax for referring to struct fields
Also pretend that isnan() works correctly.
## `0002-Disable-full-screen.patch`
## `0002-Big-bag-of-random-changes-to-the-source.patch`
Disable full screen by default (start in windowed mode)
Big bag of random changes to the source
FIXME: Split this up sensibly
## `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