CVSROOT: /cvs Module name: ports Changes by: [email protected] 2019/09/20 16:34:32
Modified files:
emulators/mgba : Makefile
emulators/mgba/patches: patch-src_platform_sdl_main_c
Log message:
Once again underlying graphics driver variations necessitate a broader pledge.
This time the culprit is DRI3 message passing, which requires sendfd.
The mgba pledge is now:
stdio rpath wpath cpath fattr sendfd prot_exec drm audio
Reported by thfr@ who has a nicer graphics card than I do.
