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

Ports: Add mGBA

This commit is contained in:
Luke Wilde 2022-04-13 17:22:56 +01:00 committed by Linus Groh
parent 5d6c5571c4
commit a9a90b1b58
5 changed files with 65 additions and 0 deletions

View file

@ -0,0 +1,23 @@
# Patches for mGBA on SerenityOS
## `serenity-does-not-support-futimens-or-futimes.patch`
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`
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