summaryrefslogtreecommitdiff
path: root/emulators/snes9x/patches/patch-ae
blob: 2bfb67427fec473f2845dc41bef6652d6721b7d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ae,v 1.2 2001/07/17 15:31:25 wiz Exp $

--- port.h.orig	Wed Feb 28 22:12:22 2001
+++ port.h
@@ -188,6 +188,10 @@
 #define TITLE "Snes9X: Linux"
 #endif
 
+#ifdef __NetBSD__
+#define TITLE "Snes9X: NetBSD"
+#endif
+
 #ifndef TITLE
 #define TITLE "Snes9x"
 #endif