mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:17:44 +00:00
44 lines
768 B
Markdown
44 lines
768 B
Markdown
# 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
|
|
|
|
|