2013-09-26 17:14:40 +02:00

16 lines
318 B
Plaintext

$NetBSD: patch-ae,v 1.3 2006/03/18 15:56:00 ben Exp $
--- port.h.orig 2004-12-30 14:15:47.000000000 -0800
+++ port.h
@@ -281,6 +281,10 @@ EXTERN_C void MixSound(void);
#define TITLE "Snes9X: Linux"
#endif
+#ifdef __NetBSD__
+#define TITLE "Snes9X: NetBSD"
+#endif
+
#ifndef TITLE
#define TITLE "Snes9x"
#endif