mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:17:34 +00:00
Ports: Update scummvm's patches to use git patches
This commit is contained in:
parent
0068f7f764
commit
06f9a1bacc
5 changed files with 80 additions and 30 deletions
22
Ports/scummvm/patches/ReadMe.md
Normal file
22
Ports/scummvm/patches/ReadMe.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Patches for scummvm on SerenityOS
|
||||
|
||||
## `0001-Prevent-call-to-glGetIntegerv-without-context.patch`
|
||||
|
||||
Prevent call to `glGetIntegerv` without context
|
||||
|
||||
This call to `SDL_GL_GetAttribute` happens when switching from the
|
||||
launcher to the game, when no GL context may exist. This caused Grim
|
||||
Fandango to crash almost immediately.
|
||||
|
||||
Since this is for MSAA which we do not yet support, patch it out.
|
||||
|
||||
## `0002-Teach-configure-about-serenity.patch`
|
||||
|
||||
Teach configure about serenity
|
||||
|
||||
|
||||
## `0003-Remove-SDL-timer-lock.patch`
|
||||
|
||||
Remove SDL timer lock
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue