1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:57:34 +00:00

Ports: Update c-ray's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-17 21:31:44 +04:30 committed by Ali Mohammad Pur
parent 8b9302890e
commit 4874465018
17 changed files with 654 additions and 105 deletions

View file

@ -0,0 +1,52 @@
# Patches for c-ray on SerenityOS
## `0001-Add-a-dummy-configure-file.patch`
Add a dummy configure file
## `0002-Disable-checkBuf-on-serenity.patch`
Disable checkBuf() on serenity
## `0003-Let-c-ray-define-its-own-version-of-vasprintf.patch`
Let c-ray define its own version of vasprintf
## `0004-Link-with-the-needed-serenity-libraries.patch`
Link with the needed serenity libraries
## `0005-Use-usleep-on-serenity.patch`
Use usleep() on serenity
## `0006-Reduce-HDR-scene-settings-a-bit.patch`
Reduce HDR scene settings a bit
## `0007-Replace-the-micro-symbol-with-a-u.patch`
Replace the micro symbol with a 'u'
## `0008-Make-SDL-use-software-rendering.patch`
Make SDL use software rendering
Serenity does not support accelerated rendering