ports/emulators/snes9x-gtk/files/patch-shaders_shader__platform.h
Jason E. Hale 9975aa3a3a emulators/snes9x-gtk: Update to 1.61; maintain
This port hasn't been updated in almost 6 years, so quite a bit has
changed. See the releases links below for details. Notable changes
include switching to the meson build system and using GTK 3 with
c++ bindings instead of GTK 2.

Some options have been dropped because they are no longer applicable
or are now mandatory.

https://github.com/snes9xgit/snes9x/releases
https://github.com/snes9xgit/snes9x/releases/tag/1.61
2022-09-19 23:15:12 -04:00

10 lines
220 B
C

--- shaders/shader_platform.h.orig 2022-09-19 23:41:19 UTC
+++ shaders/shader_platform.h
@@ -8,6 +8,7 @@
#define __SHADER_PLATFORM_H
#include "port.h"
+#include <unistd.h>
#ifdef SNES9X_GTK
#include <epoxy/gl.h>