1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-09-14 04:37:35 +00:00
serenity/Ports/mgba/patches/ReadMe.md
2023-08-18 22:43:07 +02:00

14 lines
377 B
Markdown

# Patches for mgba on SerenityOS
## `0001-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.
- [ ] Local?
- [ ] Should be merged to upstream?
- [X] Resolves issue(s) with our side of things
- [ ] Hack