diff options
Diffstat (limited to 'emulators/snes9x/files/patch-port.h')
-rw-r--r-- | emulators/snes9x/files/patch-port.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/snes9x/files/patch-port.h b/emulators/snes9x/files/patch-port.h new file mode 100644 index 000000000000..ad032b66b036 --- /dev/null +++ b/emulators/snes9x/files/patch-port.h @@ -0,0 +1,13 @@ +--- port.h.orig Fri Jun 30 08:40:56 2006 ++++ port.h Tue Dec 26 23:09:22 2006 +@@ -360,6 +360,10 @@ + #define SYS_CONFIG_FILE "/etc/snes9x/snes9x.conf" + #endif + ++#ifdef __FreeBSD__ ++#define TITLE "Snes9X: FreeBSD" ++#endif ++ + #ifndef TITLE + #define TITLE "Snes9x" + #endif |