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

Ports/mgba: Remove unnecessary futimens patch

This commit is contained in:
Tim Ledbetter 2023-08-18 17:49:53 +01:00 committed by Tim Schumacher
parent 0023bc0327
commit 1a9c507093
3 changed files with 2 additions and 46 deletions

View file

@ -1,18 +1,6 @@
# Patches for mgba on SerenityOS
## `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.
- [ ] Local?
- [ ] Should be merged to upstream?
- [X] Resolves issue(s) with our side of things
- [ ] Hack
## `0002-Use-SDL-software-renderer-with-no-vsync.patch`
## `0001-Use-SDL-software-renderer-with-no-vsync.patch`
Use SDL software renderer with no vsync