1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 06:57:45 +00:00

Ports: Update genemu's patches to use git patches

This required splitting the single patch file up, which was done with
_some_ degree of accuracy (but not entirely so).
This commit is contained in:
Ali Mohammad Pur 2022-05-16 19:21:37 +04:30 committed by Ali Mohammad Pur
parent c92ec097c0
commit 2f58fe00bd
7 changed files with 199 additions and 111 deletions

View file

@ -0,0 +1,27 @@
# Patches for genemu on SerenityOS
## `0001-Manually-link-against-SDL2.patch`
Manually link against SDL2
## `0002-Disable-logging.patch`
Disable logging
## `0003-Add-a-missing-cstdlib-include.patch`
Add a missing cstdlib include
## `0004-Use-SDL2-for-SDL-includes.patch`
Use <SDL2> for SDL includes
## `0005-Use-software-rendering.patch`
Use software rendering