1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 08:40:44 +00:00
serenity/Ports/RetroArch/patches
Jelle Raaijmakers b2eaed43e9 Ports: Remove LibGL workarounds
Now that ports can find our OpenGL headers and shared library, remove
all configuration and patches that was previously needed to make ports
compile with LibGL.
2024-02-22 03:48:08 +01:00
..
0001-Add-SerenityOS-platform.patch Ports: Remove LibGL workarounds 2024-02-22 03:48:08 +01:00
0002-Add-strlcat.patch Ports: Remove LibGL workarounds 2024-02-22 03:48:08 +01:00
0003-Disable-pthread_attr_setschedpolicy.patch Ports: Remove LibGL workarounds 2024-02-22 03:48:08 +01:00
0004-Use-SDL-software-instead-of-hardware-rendering.patch Ports: Remove LibGL workarounds 2024-02-22 03:48:08 +01:00
0005-Set-default-options-for-SerenityOS.patch Ports: Remove LibGL workarounds 2024-02-22 03:48:08 +01:00
ReadMe.md Ports: Remove LibGL workarounds 2024-02-22 03:48:08 +01:00

Patches for RetroArch on SerenityOS

0001-Add-SerenityOS-platform.patch

Add SerenityOS platform

0002-Add-strlcat.patch

Add strlcat()

0003-Disable-pthread_attr_setschedpolicy.patch

Disable pthread_attr_setschedpolicy()

0004-Use-SDL-software-instead-of-hardware-rendering.patch

Use SDL software instead of hardware rendering

0005-Set-default-options-for-SerenityOS.patch

Set default options for SerenityOS

Set libretro cores path to /usr/lib/libretro Set video and audio driver to sdl2 Disable vsync The libretro core won't keep running in the background when we are in the menu. Don't pause gameplay when window focus is lost Set some config paths to home directory