serenity/Ports/mgba/patches
2022-06-08 17:58:36 +01:00
..
0001-Remove-use-of-futime-n-s.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
0002-Use-SDL-software-renderer-with-no-vsync.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
ReadMe.md Ports: Update mgba's patches to use git patches 2022-05-19 20:17:10 +04:30

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, so this is an issue on our side.

  • Local?
  • Should be merged to upstream?
  • Resolves issue(s) with our side of things
  • Hack

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.

  • Local?
  • Should be merged to upstream?
  • Resolves issue(s) with our side of things
  • Hack