diff options
Diffstat (limited to 'emulators/atari800/patches/patch-ab')
-rw-r--r-- | emulators/atari800/patches/patch-ab | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/emulators/atari800/patches/patch-ab b/emulators/atari800/patches/patch-ab index a9732e2ce67..b723d8cd7c3 100644 --- a/emulators/atari800/patches/patch-ab +++ b/emulators/atari800/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.5 2005/01/05 11:00:26 adam Exp $ +$NetBSD: patch-ab,v 1.6 2006/01/20 07:38:13 adam Exp $ ---- rt-config.c.orig 2004-11-26 18:10:29.000000000 +0000 -+++ rt-config.c -@@ -81,7 +81,7 @@ int stereo_enabled; +--- atari.c.orig 2005-11-26 21:11:19.000000000 +0100 ++++ atari.c +@@ -635,7 +635,7 @@ void Atari800_FindROMImages(const char * #endif #ifndef SYSTEM_WIDE_CFG_FILE --#define SYSTEM_WIDE_CFG_FILE "/etc/atari800.cfg" -+#define SYSTEM_WIDE_CFG_FILE PREFIX "/share/atari800/atari800.cfg" +-#define SYSTEM_WIDE_CFG_FILE "/etc/atari800.cfg" ++#define SYSTEM_WIDE_CFG_FILE PREFIX "/share/atari800/atari800.cfg" #endif static char rtconfig_filename[FILENAME_MAX]; |