1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-09-14 04:27:57 +00:00

Ports: Update mgba's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-16 19:21:53 +04:30 committed by Ali Mohammad Pur
parent 79dc62af61
commit e1a5f63e1a
5 changed files with 75 additions and 30 deletions

View file

@ -1,23 +1,26 @@
# Patches for mGBA on SerenityOS
# Patches for mgba on SerenityOS
## `serenity-does-not-support-futimens-or-futimes.patch`
## `0001-Remove-use-of-futime-n-s.patch`
Remove use of futime(n)s
We do not currently support futimens or futimes. [futimens is a POSIX function,](https://pubs.opengroup.org/onlinepubs/9699919799/)
so this is an issue on our side.
### Status
- [ ] Local?
- [ ] Should be merged to upstream?
- [X] Resolves issue(s) with our side of things
- [ ] Hack
## `use-sdl-software-renderer-with-no-vsync.patch`
## `0002-Use-SDL-software-renderer-with-no-vsync.patch`
Use SDL software renderer with no vsync
This makes us use the SDL software renderer with no vsync, as our SDL2 port does not currently support accelerated rendering
or vsync.
### Status
- [ ] Local?
- [ ] Should be merged to upstream?
- [X] Resolves issue(s) with our side of things
- [ ] Hack